home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / lib-src / doc < prev    next >
Text File  |  1993-12-03  |  420KB  |  8,936 lines

  1. Fredraw-frame
  2. Clear frame FRAME and output again what is supposed to appear on it.
  3.  
  4. arguments: (frame)Fredraw-frame
  5. Clear frame FRAME and output again what is supposed to appear on it.
  6.  
  7. arguments: (frame)Fredraw-display
  8. Clear and redisplay all visible frames.
  9.  
  10. arguments: ()Fopen-termscript
  11. Start writing all terminal output to FILE as well as the terminal.
  12. FILE = nil means just close any termscript file currently open.
  13.  
  14. arguments: (file)Fsend-string-to-terminal
  15. Send STRING to the terminal without alteration.
  16. Control characters in STRING will have terminal-dependent effects.
  17.  
  18. arguments: (str)Fding
  19. Beep, or flash the screen.
  20. Also, unless an argument is given,
  21. terminate any keyboard macro currently executing.
  22.  
  23. arguments: (&optional arg)Fsleep-for
  24. Pause, without updating display, for SECONDS seconds.
  25. SECONDS may be a floating-point value, meaning that you can wait for a
  26. fraction of a second.  Optional second arg MILLISECONDS specifies an
  27. additional wait period, in milliseconds; this may be useful if your
  28. Emacs was built without floating point support.
  29. (Not all operating systems support waiting for a fraction of a second.)
  30.  
  31. arguments: (seconds &optional milliseconds)Fsit-for
  32. Perform redisplay, then wait for SECONDS seconds or until input is available.
  33. SECONDS may be a floating-point value, meaning that you can wait for a
  34. fraction of a second.  Optional second arg MILLISECONDS specifies an
  35. additional wait period, in milliseconds; this may be useful if your
  36. Emacs was built without floating point support.
  37. (Not all operating systems support waiting for a fraction of a second.)
  38. Optional third arg non-nil means don't redisplay, just wait for input.
  39. Redisplay is preempted as always if input arrives, and does not happen
  40. if input is available before it starts.
  41. Value is t if waited the full time with no input arriving.
  42.  
  43. arguments: (seconds &optional milliseconds nodisp)Vbaud-rate
  44. The output baud rate of the terminal.
  45. On most systems, changing this value will affect the amount of padding
  46. and the other strategic decisions made during redisplay.Vinverse-video
  47. *Non-nil means invert the entire frame display.
  48. This means everything is in inverse video which otherwise would not be.Vvisible-bell
  49. *Non-nil means try to flash the frame to represent a bell.Vno-redraw-on-reenter
  50. *Non-nil means no need to redraw entire frame after suspending.
  51. A non-nil value is useful if the terminal can automatically preserve
  52. Emacs's frame display when you reenter Emacs.
  53. It is up to you to set this variable if your terminal can do that.Vwindow-system
  54. A symbol naming the window-system under which Emacs is running
  55. (such as `x'), or nil if emacs is running on an ordinary terminal.Vwindow-system-version
  56. The version number of the window system in use.
  57. For X windows, this is 10 or 11.Vcursor-in-echo-area
  58. Non-nil means put cursor in minibuffer, at end of any message there.Vglyph-table
  59. Table defining how to output a glyph code to the frame.
  60. If not nil, this is a vector indexed by glyph code to define the glyph.
  61. Each element can be:
  62.  integer: a glyph code which this glyph is an alias for.
  63.  string: output this glyph using that string (not impl. in X windows).
  64.  nil: this glyph mod 256 is char code to output,
  65.     and this glyph / 256 is face code for X windows (see `x-set-face').Vstandard-display-table
  66. Display table to use for buffers that specify none.
  67. See `buffer-display-table' for more information.Fframep
  68. Return non-nil if OBJECT is a frame.
  69. Value is t for a termcap frame (a character-only terminal),
  70. `x' for an Emacs frame that is really an X window.
  71. Also see `live-frame-p'.
  72.  
  73. arguments: (object)Fframe-live-p
  74. Return non-nil if OBJECT is a frame which has not been deleted.
  75. Value is nil if OBJECT is not a live frame.  If object is a live
  76. frame, the return value indicates what sort of output device it is
  77. displayed on.  Value is t for a termcap frame (a character-only
  78. terminal), `x' for an Emacs frame being displayed in an X window.
  79.  
  80. arguments: (object)Fselect-frame
  81. Select the frame FRAME.
  82. Subsequent editing commands apply to its selected window.
  83. The selection of FRAME lasts until the next time the user does
  84. something to select a different frame, or until the next time this
  85. function is called.
  86.  
  87. arguments: (frame &optional no-enter)Fhandle-switch-frame
  88. Handle a switch-frame event EVENT.
  89. Switch-frame events is usually bound to this function.
  90. A switch-frame event tells Emacs that the window manager has requested
  91. that the user's events be directed to the frame mentioned in the event.
  92. This function selects the selected window of the frame of EVENT.
  93.  
  94. If EVENT is frame object, handle it as if it were a switch-frame event
  95. to that frame.
  96.  
  97. arguments: (frame &optional no-enter)Fselected-frame
  98. Return the frame that is now selected.
  99.  
  100. arguments: ()Fwindow-frame
  101. Return the frame object that window WINDOW is on.
  102.  
  103. arguments: (window)Fframe-root-window
  104. Returns the root-window of FRAME.
  105. If omitted, FRAME defaults to the currently selected frame.
  106.  
  107. arguments: (&optional frame)Fframe-selected-window
  108. Return the selected window of frame object FRAME.
  109. If omitted, FRAME defaults to the currently selected frame.
  110.  
  111. arguments: (&optional frame)Fframe-list
  112. Return a list of all frames.
  113.  
  114. arguments: ()Fnext-frame
  115. Return the next frame in the frame list after FRAME.
  116. By default, skip minibuffer-only frames.
  117. If omitted, FRAME defaults to the selected frame.
  118. If optional argument MINIFRAME is non-nil, include minibuffer-only frames.
  119. If MINIFRAME is a window, include only frames using that window for their
  120. minibuffer.
  121. If MINIFRAME is non-nil and not a window, include all frames.
  122.  
  123. arguments: (&optional frame miniframe)Fdelete-frame
  124. Delete FRAME, permanently eliminating it from use.
  125. If omitted, FRAME defaults to the selected frame.
  126. A frame may not be deleted if its minibuffer is used by other frames.
  127.  
  128. arguments: (&optional frame)Fmouse-position
  129. Return a list (FRAME X . Y) giving the current mouse frame and position.
  130. The position is given in character cells, where (0, 0) is the
  131. upper-left corner.
  132. If Emacs is running on a mouseless terminal or hasn't been programmed
  133. to read the mouse position, it returns the selected frame for FRAME
  134. and nil for X and Y.
  135.  
  136. arguments: ()Fset-mouse-position
  137. Move the mouse pointer to the center of character cell (X,Y) in FRAME.
  138. WARNING:  If you use this under X, you should do `unfocus-frame' afterwards.
  139.  
  140. arguments: (frame x y)Fmake-frame-visible
  141. Make the frame FRAME visible (assuming it is an X-window).
  142. Also raises the frame so that nothing obscures it.
  143. If omitted, FRAME defaults to the currently selected frame.
  144.  
  145. arguments: (&optional frame)Fmake-frame-invisible
  146. Make the frame FRAME invisible (assuming it is an X-window).
  147. If omitted, FRAME defaults to the currently selected frame.
  148.  
  149. arguments: (&optional frame)Ficonify-frame
  150. Make the frame FRAME into an icon.
  151. If omitted, FRAME defaults to the currently selected frame.
  152.  
  153. arguments: (&optional frame)Fframe-visible-p
  154. Return t if FRAME is now "visible" (actually in use for display).
  155. A frame that is not "visible" is not updated and, if it works through
  156. a window system, it may not show at all.
  157. Return the symbol `icon' if frame is visible only as an icon.
  158.  
  159. arguments: (frame)Fvisible-frame-list
  160. Return a list of all frames now "visible" (being updated).
  161.  
  162. arguments: ()Fraise-frame
  163. Bring FRAME to the front, so it occludes any frames it overlaps.
  164. If FRAME is invisible, make it visible.
  165. If Emacs is displaying on an ordinary terminal or some other device which
  166. doesn't support multiple overlapping frames, this function does nothing.
  167.  
  168. arguments: (frame)Flower-frame
  169. Send FRAME to the back, so it is occluded by any frames that overlap it.
  170. If Emacs is displaying on an ordinary terminal or some other device which
  171. doesn't support multiple overlapping frames, this function does nothing.
  172.  
  173. arguments: (frame)Fredirect-frame-focus
  174. Arrange for keystrokes typed at FRAME to be sent to FOCUS-FRAME.
  175. In other words, switch-frame events caused by events in FRAME will
  176. request a switch to FOCUS-FRAME, and `last-event-frame' will be
  177. FOCUS-FRAME after reading an event typed at FRAME.
  178.  
  179. If FOCUS-FRAME is omitted or nil, any existing redirection is
  180. cancelled, and the frame again receives its own keystrokes.
  181.  
  182. Focus redirection is useful for temporarily redirecting keystrokes to
  183. a surrogate minibuffer frame when a frame doesn't have its own
  184. minibuffer window.
  185.  
  186. A frame's focus redirection can be changed by select-frame.  If frame
  187. FOO is selected, and then a different frame BAR is selected, any
  188. frames redirecting their focus to FOO are shifted to redirect their
  189. focus to BAR.  This allows focus redirection to work properly when the
  190. user switches from one frame to another using `select-window'.
  191.  
  192. This means that a frame whose focus is redirected to itself is treated
  193. differently from a frame whose focus is redirected to nil; the former
  194. is affected by select-frame, while the latter is not.
  195.  
  196. The redirection lasts until `redirect-frame-focus' is called to change it.
  197.  
  198. arguments: (frame &optional focus-frame)Fframe-focus
  199. Return the frame to which FRAME's keystrokes are currently being sent.
  200. This returns nil if FRAME's focus is not redirected.
  201. See `redirect-frame-focus'.
  202.  
  203. arguments: (frame)Fframe-parameters
  204. Return the parameters-alist of frame FRAME.
  205. It is a list of elements of the form (PARM . VALUE), where PARM is a symbol.
  206. The meaningful PARMs depend on the kind of frame.
  207. If FRAME is omitted, return information on the currently selected frame.
  208.  
  209. arguments: (&optional frame)Fmodify-frame-parameters
  210. Modify the parameters of frame FRAME according to ALIST.
  211. ALIST is an alist of parameters to change and their new values.
  212. Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.
  213. The meaningful PARMs depend on the kind of frame; undefined PARMs are ignored.
  214.  
  215. arguments: (frame alist)Fframe-char-height
  216. Height in pixels of a line in the font in frame FRAME.
  217. If FRAME is omitted, the selected frame is used.
  218. For a terminal frame, the value is always 1.
  219.  
  220. arguments: (&optional frame)Fframe-char-width
  221. Width in pixels of characters in the font in frame FRAME.
  222. If FRAME is omitted, the selected frame is used.
  223. The width is the same for all characters, because
  224. currently Emacs supports only fixed-width fonts.
  225. For a terminal screen, the value is always 1.
  226.  
  227. arguments: (&optional frame)Fframe-pixel-height
  228. Return a FRAME's height in pixels.
  229. For a terminal frame, the result really gives the height in characters.
  230. If FRAME is omitted, the selected frame is used.
  231.  
  232. arguments: (&optional frame)Fframe-pixel-width
  233. Return FRAME's width in pixels.
  234. For a terminal frame, the result really gives the width in characters.
  235. If FRAME is omitted, the selected frame is used.
  236.  
  237. arguments: (&optional frame)Fset-frame-height
  238. Specify that the frame FRAME has LINES lines.
  239. Optional third arg non-nil means that redisplay should use LINES lines
  240. but that the idea of the actual height of the frame should not be changed.
  241.  
  242. arguments: (frame rows &optional pretend)Fset-frame-width
  243. Specify that the frame FRAME has COLS columns.
  244. Optional third arg non-nil means that redisplay should use COLS columns
  245. but that the idea of the actual width of the frame should not be changed.
  246.  
  247. arguments: (frame cols &optional pretend)Fset-frame-size
  248. Sets size of FRAME to COLS by ROWS, measured in characters.
  249.  
  250. arguments: (frame cols rows)Fset-frame-position
  251. Sets position of FRAME in pixels to XOFFSET by YOFFSET.
  252. If XOFFSET or YOFFSET are negative, they are interpreted relative to
  253. the leftmost or bottommost position FRAME could occupy without going
  254. off the screen.
  255.  
  256. arguments: (frame xoffset yoffset)Vterminal-frame
  257. The initial frame-object, which represents Emacs's stdout.Vemacs-iconified
  258. Non-nil if all of emacs is iconified and frame updates are not needed.Vdefault-minibuffer-frame
  259. Minibufferless frames use this frame's minibuffer.
  260.  
  261. Emacs cannot create minibufferless frames unless this is set to an
  262. appropriate surrogate.
  263.  
  264. Emacs consults this variable only when creating minibufferless
  265. frames; once the frame is created, it sticks with its assigned
  266. minibuffer, no matter what this variable is set to.  This means that
  267. this variable doesn't necessarily say anything meaningful about the
  268. current set of frames, or where the minibuffer is currently being
  269. displayed.Vdefault-frame-alist
  270. Alist of default values for frame creation.
  271. These may be set in your init file, like this:
  272.   (setq default-frame-alist '((width . 80) (height . 55)))
  273. These override values given in window system configuration data, like
  274. X Windows' defaults database.
  275. For values specific to the first Emacs frame, see `initial-frame-alist'.
  276. For values specific to the separate minibuffer frame, see
  277. `minibuffer-frame-alist'.Fselected-frame
  278. Return the frame that is now selected.
  279.  
  280. arguments: ()Fframep
  281. Return non-nil if OBJECT is a frame.
  282. Value is t for a termcap frame (a character-only terminal),
  283. `x' for an Emacs frame that is really an X window.
  284. Also see `live-frame-p'.
  285.  
  286. arguments: (object)Fset-frame-height
  287. Specify that the frame FRAME has LINES lines.
  288. Optional third arg non-nil means that redisplay should use LINES lines
  289. but that the idea of the actual height of the frame should not be changed.
  290.  
  291. arguments: (frame rows &optional pretend)Fset-frame-width
  292. Specify that the frame FRAME has COLS columns.
  293. Optional third arg non-nil means that redisplay should use COLS columns
  294. but that the idea of the actual width of the frame should not be changed.
  295.  
  296. arguments: (frame cols &optional pretend)Fset-frame-size
  297. Sets size of FRAME to COLS by ROWS, measured in characters.
  298.  
  299. arguments: (frame cols rows)Fframe-height
  300. Return number of lines available for display on FRAME.
  301. If FRAME is omitted, describe the currently selected frame.
  302.  
  303. arguments: (&optional frame)Fframe-width
  304. Return number of columns available for display on FRAME.
  305. If FRAME is omitted, describe the currently selected frame.
  306.  
  307. arguments: (&optional frame)Fframe-char-height
  308. Height in pixels of a line in the font in frame FRAME.
  309. If FRAME is omitted, the selected frame is used.
  310. For a terminal frame, the value is always 1.
  311.  
  312. arguments: (&optional frame)Fframe-char-width
  313. Width in pixels of characters in the font in frame FRAME.
  314. If FRAME is omitted, the selected frame is used.
  315. The width is the same for all characters, because
  316. currently Emacs supports only fixed-width fonts.
  317. For a terminal screen, the value is always 1.
  318.  
  319. arguments: (&optional frame)Fframe-pixel-height
  320. Return FRAME's height in pixels.
  321. For a terminal frame, the result really gives the height in characters.
  322. If FRAME is omitted, the selected frame is used.
  323.  
  324. arguments: (&optional frame)Fframe-pixel-width
  325. Return FRAME's width in pixels.
  326. For a terminal frame, the result really gives the width in characters.
  327. If FRAME is omitted, the selected frame is used.
  328.  
  329. arguments: (&optional frame)Fset-screen-height
  330. Tell redisplay that the screen has LINES lines.
  331. Optional second arg non-nil means that redisplay should use LINES lines
  332. but that the idea of the actual height of the screen should not be changed.
  333.  
  334. arguments: (lines &optional pretend)Fset-screen-width
  335. Tell redisplay that the screen has COLS columns.
  336. Optional second arg non-nil means that redisplay should use COLS columns
  337. but that the idea of the actual width of the screen should not be changed.
  338.  
  339. arguments: (cols &optional pretend)Vglobal-mode-string
  340. String (or mode line construct) included (normally) in `mode-line-format'.Voverlay-arrow-position
  341. Marker for where to display an arrow on top of the buffer text.
  342. This must be the beginning of a line in order to work.
  343. See also `overlay-arrow-string'.Voverlay-arrow-string
  344. String to display as an arrow.  See also `overlay-arrow-position'.Vscroll-step
  345. *The number of lines to try scrolling a window by when point moves out.
  346. If that fails to bring point back on frame, point is centered instead.
  347. If this is zero, point is always centered after it moves off frame.Vdebug-end-pos
  348. Don't askVtruncate-partial-width-windows
  349. *Non-nil means truncate lines in all windows less than full frame wide.Vmode-line-inverse-video
  350. *Non-nil means use inverse video for the mode line.Vline-number-display-limit
  351. *Maximum buffer size for which line number should be displayed.Vhighlight-nonselected-windows
  352. *Non-nil means highlight region even in nonselected windows.Fwindowp
  353. Returns t if OBJ is a window.
  354.  
  355. arguments: (obj)Fwindow-live-p
  356. Returns t if OBJ is a window which is currently visible.
  357.  
  358. arguments: (obj)Fselected-window
  359. Return the window that the cursor now appears in and commands apply to.
  360.  
  361. arguments: ()Fminibuffer-window
  362. Return the window used now for minibuffers.
  363. If the optional argument FRAME is specified, return the minibuffer window
  364. used by that frame.
  365.  
  366. arguments: (&optional frame)Fwindow-minibuffer-p
  367. Returns non-nil if WINDOW is a minibuffer window.
  368.  
  369. arguments: (&optional window)Fpos-visible-in-window-p
  370. Return t if position POS is currently on the frame in WINDOW.
  371. Returns nil if that position is scrolled vertically out of view.
  372. POS defaults to point; WINDOW, to the selected window.
  373.  
  374. arguments: (&optional pos window)Fwindow-buffer
  375. Return the buffer that WINDOW is displaying.
  376.  
  377. arguments: (&optional window)Fwindow-height
  378. Return the number of lines in WINDOW (including its mode line).
  379.  
  380. arguments: (&optional window)Fwindow-width
  381. Return the number of columns in WINDOW.
  382.  
  383. arguments: (&optional window)Fwindow-hscroll
  384. Return the number of columns by which WINDOW is scrolled from left margin.
  385.  
  386. arguments: (&optional window)Fset-window-hscroll
  387. Set number of columns WINDOW is scrolled from left margin to NCOL.
  388. NCOL should be zero or positive.
  389.  
  390. arguments: (window ncol)Fwindow-edges
  391. Return a list of the edge coordinates of WINDOW.
  392. (LEFT TOP RIGHT BOTTOM), all relative to 0, 0 at top left corner of frame.
  393. RIGHT is one more than the rightmost column used by WINDOW,
  394. and BOTTOM is one more than the bottommost row used by WINDOW
  395.  and its mode-line.
  396.  
  397. arguments: (&optional window)Fcoordinates-in-window-p
  398. Return non-nil if COORDINATES are in WINDOW.
  399. COORDINATES is a cons of the form (X . Y), X and Y being distances
  400. measured in characters from the upper-left corner of the frame.
  401. (0 .  0) denotes the character in the upper left corner of the
  402. frame.
  403. If COORDINATES are in the text portion of WINDOW,
  404.    the coordinates relative to the window are returned.
  405. If they are in the mode line of WINDOW, `mode-line' is returned.
  406. If they are on the border between WINDOW and its right sibling,
  407.    `vertical-line' is returned.
  408.  
  409. arguments: (coordinates window)Fwindow-at
  410. Return window containing coordinates X and Y on FRAME.
  411. If omitted, FRAME defaults to the currently selected frame.
  412. The top left corner of the frame is considered to be row 0,
  413. column 0.
  414.  
  415. arguments: (x y &optional frame)Fwindow-point
  416. Return current value of point in WINDOW.
  417. For a nonselected window, this is the value point would have
  418. if that window were selected.
  419.  
  420. Note that, when WINDOW is the selected window and its buffer
  421. is also currently selected, the value returned is the same as (point).
  422. It would be more strictly correct to return the `top-level' value
  423. of point, outside of any save-excursion forms.
  424. But that is hard to define.
  425.  
  426. arguments: (&optional window)Fwindow-start
  427. Return position at which display currently starts in WINDOW.
  428.  
  429. arguments: (&optional window)Fwindow-end
  430. Return position at which display currently ends in WINDOW.
  431.  
  432. arguments: (&optional window)Fset-window-point
  433. Make point value in WINDOW be at position POS in WINDOW's buffer.
  434.  
  435. arguments: (window pos)Fset-window-start
  436. Make display in WINDOW start at position POS in WINDOW's buffer.
  437. Optional third arg NOFORCE non-nil inhibits next redisplay
  438. from overriding motion of point in order to display at this exact start.
  439.  
  440. arguments: (window pos &optional noforce)Fwindow-dedicated-p
  441. Return WINDOW's dedicated object, usually t or nil.
  442. See also `set-window-dedicated-p'.
  443.  
  444. arguments: (window)Fset-window-dedicated-p
  445. Control whether WINDOW is dedicated to the buffer it displays.
  446. If it is dedicated, Emacs will not automatically change
  447. which buffer appears in it.
  448. The second argument is the new value for the dedication flag;
  449. non-nil means yes.
  450.  
  451. arguments: (window arg)Fwindow-display-table
  452. Return the display-table that WINDOW is using.
  453.  
  454. arguments: (&optional window)Fset-window-display-table
  455. Set WINDOW's display-table to TABLE.
  456.  
  457. arguments: (window table)Fdelete-window
  458. Remove WINDOW from the display.  Default is selected window.
  459.  
  460. arguments: (&optional window)Fnext-window
  461. Return next window after WINDOW in canonical ordering of windows.
  462. If omitted, WINDOW defaults to the selected window.
  463.  
  464. Optional second arg MINIBUF t means count the minibuffer window even
  465. if not active.  MINIBUF nil or omitted means count the minibuffer iff
  466. it is active.  MINIBUF neither t nor nil means not to count the
  467. minibuffer even if it is active.
  468.  
  469. Several frames may share a single minibuffer; if the minibuffer
  470. counts, all windows on all frames that share that minibuffer count
  471. too.  This means that next-window may be used to iterate through the
  472. set of windows even when the minibuffer is on another frame.  If the
  473. minibuffer does not count, only windows from WINDOW's frame count.
  474.  
  475. Optional third arg ALL-FRAMES t means include windows on all frames.
  476. ALL-FRAMES nil or omitted means cycle within the frames as specified
  477. above.  If neither nil nor t, restrict to WINDOW's frame.
  478.  
  479. If you use consistent values for MINIBUF and ALL-FRAMES, you can use
  480. `next-window' to iterate through the entire cycle of acceptable
  481. windows, eventually ending up back at the window you started with.
  482. `previous-window' traverses the same cycle, in the reverse order.
  483.  
  484. arguments: (&optional window minibuf all-frames)Fprevious-window
  485. Return the window preceeding WINDOW in canonical ordering of windows.
  486. If omitted, WINDOW defaults to the selected window.
  487.  
  488. Optional second arg MINIBUF t means count the minibuffer window even
  489. if not active.  MINIBUF nil or omitted means count the minibuffer iff
  490. it is active.  MINIBUF neither t nor nil means not to count the
  491. minibuffer even if it is active.
  492.  
  493. Several frames may share a single minibuffer; if the minibuffer
  494. counts, all windows on all frames that share that minibuffer count
  495. too.  This means that previous-window may be used to iterate through
  496. the set of windows even when the minibuffer is on another frame.  If
  497. the minibuffer does not count, only windows from WINDOW's frame
  498. count.
  499.  
  500. Optional third arg ALL-FRAMES t means include windows on all frames.
  501. ALL-FRAMES nil or omitted means cycle within the frames as specified
  502. above.  If neither nil nor t, restrict to WINDOW's frame.
  503.  
  504. If you use consistent values for MINIBUF and ALL-FRAMES, you can use
  505. `previous-window' to iterate through the entire cycle of acceptable
  506. windows, eventually ending up back at the window you started with.
  507. `next-window' traverses the same cycle, in the reverse order.
  508.  
  509. arguments: (&optional window minibuf all-frames)Fother-window
  510. Select the ARG'th different window on this frame.
  511. All windows on current frame are arranged in a cyclic order.
  512. This command selects the window ARG steps away in that order.
  513. A negative ARG moves in the opposite order.  If the optional second
  514. argument ALL_FRAMES is non-nil, cycle through all frames.
  515.  
  516. arguments: (n &optional all-frames)Fget-lru-window
  517. Return the window least recently selected or used for display.
  518. If optional argument FRAMES is t, search all frames.  If FRAME is a
  519. frame, search only that frame.
  520.  
  521.  
  522. arguments: (&optional frames)Fget-largest-window
  523. Return the largest window in area.
  524. If optional argument FRAMES is t, search all frames.  If FRAME is a
  525. frame, search only that frame.
  526.  
  527.  
  528. arguments: (&optional frame)Fget-buffer-window
  529. Return a window currently displaying BUFFER, or nil if none.
  530. If optional argument FRAME is t, search all visible frames.
  531. If FRAME is nil, search only the selected frame.
  532. If FRAME is a frame, search only that frame.
  533.  
  534.  
  535. arguments: (buffer &optional frame)Fdelete-other-windows
  536. Make WINDOW (or the selected window) fill its frame.
  537. Only the frame WINDOW is on is affected.
  538.  
  539. arguments: (&optional window)Fdelete-windows-on
  540. Delete all windows showing BUFFER.
  541. Optional second argument FRAME controls which frames are affected.
  542. If nil or omitted, delete all windows showing BUFFER in any frame.
  543. If t, delete only windows showing BUFFER in the selected frame.
  544. If a frame, delete only windows showing BUFFER in that frame.
  545.  
  546. arguments: (buffer frame)Freplace-buffer-in-windows
  547. Replace BUFFER with some other buffer in all windows showing it.
  548.  
  549. arguments: (buffer)Fset-window-buffer
  550. Make WINDOW display BUFFER as its contents.
  551. BUFFER can be a buffer or buffer name.
  552.  
  553. arguments: (window buffer)Fselect-window
  554. Select WINDOW.  Most editing will apply to WINDOW's buffer.
  555. The main editor command loop selects the buffer of the selected window
  556. before each command.
  557.  
  558. arguments: (window)Fdisplay-buffer
  559. Make BUFFER appear in some window but don't select it.
  560. BUFFER can be a buffer or a buffer name.
  561. If BUFFER is shown already in some window, just use that one,
  562. unless the window is the selected window and the optional second
  563. argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).
  564. Returns the window displaying BUFFER.
  565.  
  566. arguments: (buffer &optional not-this-window)Fsplit-window
  567. Split WINDOW, putting SIZE lines in the first of the pair.
  568. WINDOW defaults to selected one and SIZE to half its size.
  569. If optional third arg HOR-FLAG is non-nil, split side by side
  570. and put SIZE columns in the first of the pair.
  571.  
  572. arguments: (&optional window chsize horflag)Fenlarge-window
  573. Make current window ARG lines bigger.
  574. From program, optional second arg non-nil means grow sideways ARG columns.
  575.  
  576. arguments: (n &optional side)Fshrink-window
  577. Make current window ARG lines smaller.
  578. From program, optional second arg non-nil means shrink sideways ARG columns.
  579.  
  580. arguments: (n &optional side)Fscroll-up
  581. Scroll text of current window upward ARG lines; or near full screen if no ARG.
  582. A near full screen is `next-screen-context-lines' less than a full screen.
  583. When calling from a program, supply a number as argument or nil.
  584.  
  585. arguments: (&optional n)Fscroll-down
  586. Scroll text of current window downward ARG lines; or near full screen if no ARG.
  587. A near full screen is `next-screen-context-lines' less than a full screen.
  588. When calling from a program, supply a number as argument or nil.
  589.  
  590. arguments: (&optional n)Fscroll-other-window
  591. Scroll next window upward ARG lines; or near full screen if no ARG.
  592. The next window is the one below the current one; or the one at the top
  593. if the current one is at the bottom.
  594. When calling from a program, supply a number as argument or nil.
  595.  
  596. If in the minibuffer, `minibuf-scroll-window' if non-nil
  597. specifies the window to scroll.
  598. If `other-window-scroll-buffer' is non-nil, scroll the window
  599. showing that buffer, popping the buffer up if necessary.
  600.  
  601. arguments: (&optional n)Fscroll-left
  602. Scroll selected window display ARG columns left.
  603. Default for ARG is window width minus 2.
  604.  
  605. arguments: (&optional arg)Fscroll-right
  606. Scroll selected window display ARG columns right.
  607. Default for ARG is window width minus 2.
  608.  
  609. arguments: (&optional arg)Frecenter
  610. Center point in window and redisplay frame.  With ARG, put point on line ARG.
  611. The desired position of point is always relative to the current window.
  612. Just C-u as prefix means put point in the center of the window.
  613. No arg (i.e., it is nil) erases the entire frame and then
  614. redraws with point in the center of the current window.
  615.  
  616. arguments: (&optional n)Fmove-to-window-line
  617. Position point relative to window.
  618. With no argument, position text at center of window.
  619. An argument specifies frame line; zero means top of window,
  620. negative means relative to bottom of window.
  621.  
  622. arguments: (arg)Fwindow-configuration-p
  623. T if OBJECT is a window-configration object.
  624.  
  625. arguments: (obj)Fset-window-configuration
  626. Set the configuration of windows and buffers as specified by CONFIGURATION.
  627. CONFIGURATION must be a value previously returned
  628. by `current-window-configuration' (which see).
  629.  
  630. arguments: (configuration)Fcurrent-window-configuration
  631. Return an object representing the current window configuration of FRAME.
  632. If FRAME is nil or omitted, use the selected frame.
  633. This describes the number of windows, their sizes and current buffers,
  634. and for each displayed buffer, where display starts, and the positions of
  635. point and mark.  An exception is made for point in the current buffer:
  636. its value is -not- saved.
  637. This also records the currently selected frame, and FRAME's focus
  638. redirection (see `redirect-frame-focus').
  639.  
  640. arguments: (&optional frame)Fsave-window-excursion
  641. Execute body, preserving window sizes and contents.
  642. Restores which buffer appears in which window, where display starts,
  643. as well as the current buffer.
  644. Does not restore the value of point in current buffer.Vtemp-buffer-show-function
  645. Non-nil means call as function to display a help buffer.
  646. Used by `with-output-to-temp-buffer'.Vdisplay-buffer-function
  647. If non-nil, function to call to handle `display-buffer'.
  648. It will receive two args, the buffer and a flag which if non-nil means
  649.  that the currently selected window is not acceptable.
  650. Commands such as `switch-to-buffer-other-window' and `find-file-other-window'
  651. work using this function.Vminibuffer-scroll-window
  652. Non-nil means it is the window that C-M-v in minibuffer should scroll.Vother-window-scroll-buffer
  653. If non-nil, this is a buffer and \[scroll-other-window] should scroll its window.Vpop-up-frames
  654. *Non-nil means `display-buffer' should make a separate frame.Vpop-up-frame-function
  655. *If non-nil, function to call to handle automatic new frame creation.
  656. It is called with no arguments and should return a newly created frame.
  657.  
  658. A typical value might be `(lambda () (new-frame pop-up-frame-alist))'
  659. where `pop-up-frame-alist' would hold the default frame parameters.Vpop-up-windows
  660. *Non-nil means display-buffer should make new windows.Vnext-screen-context-lines
  661. *Number of lines of continuity when scrolling by screenfuls.Vsplit-height-threshold
  662. *display-buffer would prefer to split the largest window if this large.
  663. If there is only one window, it is split regardless of this value.Vwindow-min-height
  664. *Delete any window less than this tall (including its mode line).Vwindow-min-width
  665. *Delete any window less than this wide.Finvocation-name
  666. Return the program name that was used to run Emacs.
  667. Any directory names are omitted.
  668.  
  669. arguments: ()Fkill-emacs
  670. Exit the Emacs job and kill it.
  671. If ARG is an integer, return ARG as the exit program code.
  672. If ARG is a  string, stuff it as keyboard input.
  673.  
  674. The value of `kill-emacs-hook', if not void,
  675. is a list of functions (of no args),
  676. all of which are called before Emacs is actually killed.
  677.  
  678. arguments: (&optional arg)Fdump-emacs-data
  679. Dump current state of Emacs into data file FILENAME.
  680. This function exists on systems that use HAVE_SHM.
  681.  
  682. arguments: (intoname)Fdump-emacs
  683. Dump current state of Emacs into executable file FILENAME.
  684. Take symbols from SYMFILE (presumably the file you executed to run Emacs).
  685. This is used in the file `loadup.el' when building Emacs.
  686.  
  687. Bind `command-line-processed' to nil before dumping,
  688. if you want the dumped Emacs to process its command line
  689. and announce itself normally when it is run.
  690.  
  691. arguments: (intoname symname)Vcommand-line-args
  692. Args passed by shell to Emacs, as a list of strings.Vsystem-type
  693. Value is symbol indicating type of operating system you are using.Vnoninteractive
  694. Non-nil means Emacs is running without interactive terminal.Vkill-emacs-hook
  695. Hook to be run whenever kill-emacs is called.
  696. Since kill-emacs may be invoked when the terminal is disconnected (or
  697. in other similar situations), functions placed on this hook should not
  698. expect to be able to interact with the user.Vemacs-priority
  699. Priority for Emacs to run at.
  700. This value is effective only if set before Emacs is dumped,
  701. and only if the Emacs executable is installed with setuid to permit
  702. it to change priority.  (Emacs sets its uid back to the real uid.)Frecursive-edit
  703. Invoke the editor command loop recursively.
  704. To get out of the recursive edit, a command can do `(throw 'exit nil)';
  705. that tells this function to return.
  706. Alternately, `(throw 'exit t)' makes this function signal an error.
  707. This function is called by the editor initialization to begin editing.
  708.  
  709. arguments: ()Ftop-level
  710. Exit all recursive editing levels.
  711.  
  712. arguments: ()Fexit-recursive-edit
  713. Exit from the innermost recursive edit or minibuffer.
  714.  
  715. arguments: ()Fabort-recursive-edit
  716. Abort the command that requested this recursive edit or minibuffer input.
  717.  
  718. arguments: ()Ftrack-mouse
  719. Evaluate BODY with mouse movement events enabled.
  720. Within a `track-mouse' form, mouse motion generates input events that
  721. you can read with `read-event'.
  722. Normally, mouse motion is ignored.Fread-key-sequence
  723. Read a sequence of keystrokes and return as a string or vector.
  724. The sequence is sufficient to specify a non-prefix command in the
  725. current local and global maps.
  726.  
  727. First arg PROMPT is a prompt string.  If nil, do not prompt specially.
  728. Second (optional) arg CONTINUE-ECHO, if non-nil, means this key echos
  729. as a continuation of the previous key.
  730.  
  731. A C-g typed while in this function is treated like any other character,
  732. and `quit-flag' is not set.
  733.  
  734. If the key sequence starts with a mouse click, then the sequence is read
  735. using the keymaps of the buffer of the window clicked in, not the buffer
  736. of the selected window as normal.
  737.  
  738. `read-key-sequence' drops unbound button-down events, since you normally
  739. only care about the click or drag events which follow them.  If a drag
  740. or multi-click event is unbound, but the corresponding click event would
  741. be bound, `read-key-sequence' turns the event into a click event at the
  742. drag's starting position.  This means that you don't have to distinguish
  743. between click and drag, double, or triple events unless you want to.
  744.  
  745. `read-key-sequence' prefixes mouse events on mode lines, the vertical
  746. lines separating windows, and scroll bars with imaginary keys
  747. `mode-line', `vertical-line', and `vertical-scroll-bar'.
  748.  
  749. If the user switches frames in the middle of a key sequence, the
  750. frame-switch event is put off until after the current key sequence.
  751.  
  752. `read-key-sequence' checks `function-key-map' for function key
  753. sequences, where they wouldn't conflict with ordinary bindings.  See
  754. `function-key-map' for more details.
  755.  
  756. arguments: (prompt &optional continue-echo)Fcommand-execute
  757. Execute CMD as an editor command.
  758. CMD must be a symbol that satisfies the `commandp' predicate.
  759. Optional second arg RECORD-FLAG non-nil
  760. means unconditionally put this command in `command-history'.
  761. Otherwise, that is done only if an arg is read using the minibuffer.
  762.  
  763. arguments: (cmd &optional record)Fexecute-extended-command
  764. Read function name, then read its arguments and call it.
  765.  
  766. arguments: (prefixarg)Finput-pending-p
  767. T if command input is currently available with no waiting.
  768. Actually, the value is nil only if we can be sure that no input is available.
  769.  
  770. arguments: ()Frecent-keys
  771. Return vector of last 100 events, not counting those from keyboard macros.
  772.  
  773. arguments: ()Fthis-command-keys
  774. Return the key sequence that invoked this command.
  775. The value is a string or a vector.
  776.  
  777. arguments: ()Frecursion-depth
  778. Return the current depth in recursive edits.
  779.  
  780. arguments: ()Fopen-dribble-file
  781. Start writing all keyboard characters to a dribble file called FILE.
  782. If FILE is nil, close any open dribble file.
  783.  
  784. arguments: (file)Fdiscard-input
  785. Discard the contents of the terminal input buffer.
  786. Also cancel any kbd macro being defined.
  787.  
  788. arguments: ()Fsuspend-emacs
  789. Stop Emacs and return to superior process.  You can resume later.
  790. On systems that don't have job control, run a subshell instead.
  791.  
  792. If optional arg STUFFSTRING is non-nil, its characters are stuffed
  793. to be read as terminal input by Emacs's parent, after suspension.
  794.  
  795. Before suspending, call the functions in `suspend-hook' with no args.
  796. If any of them returns nil, don't call the rest and don't suspend.
  797. Otherwise, suspend normally and after resumption run the normal hook
  798. `suspend-resume-hook' if that is bound and non-nil.
  799.  
  800. Some operating systems cannot stop the Emacs process and resume it later.
  801. On such systems, Emacs starts a subshell instead of suspending.
  802.  
  803. arguments: (&optional stuffstring)Fset-input-mode
  804. Set mode of reading keyboard input.
  805. First arg INTERRUPT non-nil means use input interrupts;
  806.  nil means use CBREAK mode.
  807. Second arg FLOW non-nil means use ^S/^Q flow control for output to terminal
  808.  (no effect except in CBREAK mode).
  809. Third arg META t means accept 8-bit input (for a Meta key).
  810.  META nil means ignore the top bit, on the assumption it is parity.
  811.  Otherwise, accept 8-bit input and don't use the top bit for Meta.
  812. Optional fourth arg QUIT if non-nil specifies character to use for quitting.
  813. See also `current-input-mode'.
  814.  
  815. arguments: (interrupt flow meta &optional quit)Fcurrent-input-mode
  816. Return information about the way Emacs currently reads keyboard input.
  817. The value is a list of the form (INTERRUPT FLOW META QUIT), where
  818.   INTERRUPT is non-nil if Emacs is using interrupt-driven input; if
  819.     nil, Emacs is using CBREAK mode.
  820.   FLOW is non-nil if Emacs uses ^S/^Q flow control for output to the
  821.     terminal; this does not apply if Emacs uses interrupt-driven input.
  822.   META is t if accepting 8-bit input with 8th bit as Meta flag.
  823.     META nil means ignoring the top bit, on the assumption it is parity.
  824.     META is neither t nor nil if accepting 8-bit input and using
  825.     all 8 bits as the character code.
  826.   QUIT is the character Emacs currently uses to quit.
  827. The elements of this list correspond to the arguments of
  828. `set-input-mode'.
  829.  
  830. arguments: ()Vlast-command-char
  831. Last input event that was part of a command.Vlast-command-event
  832. Last input event that was part of a command.Vlast-nonmenu-event
  833. Last input event in a command, except for mouse menu events.
  834. Mouse menus give back keys that don't look like mouse events;
  835. this variable holds the actual mouse event that led to the menu,
  836. so that you can determine whether the command was run by mouse or not.Vlast-input-char
  837. Last input event.Vlast-input-event
  838. Last input event.Vunread-command-events
  839. List of objects to be read as next command input events.Vunread-command-char
  840. If not -1, an object to be read as next command input event.Vmeta-prefix-char
  841. Meta-prefix character code.  Meta-foo as command input
  842. turns into this character followed by foo.Vlast-command
  843. The last command executed.  Normally a symbol with a function definition,
  844. but can be whatever was found in the keymap, or whatever the variable
  845. `this-command' was set to by that command.Vthis-command
  846. The command now being executed.
  847. The command can set this variable; whatever is put here
  848. will be in `last-command' during the following command.Vauto-save-interval
  849. *Number of keyboard input characters between auto-saves.
  850. Zero means disable autosaving due to number of characters typed.Vauto-save-timeout
  851. *Number of seconds idle time before auto-save.
  852. Zero or nil means disable auto-saving due to idleness.
  853. After auto-saving due to this many seconds of idle time,
  854. Emacs also does a garbage collection if that seems to be warranted.Vecho-keystrokes
  855. *Nonzero means echo unfinished commands after this many seconds of pause.Vpolling-period
  856. *Interval between polling for input during Lisp execution.
  857. The reason for polling is to make C-g work to stop a running program.
  858. Polling is needed only when using X windows and SIGIO does not work.
  859. Polling is automatically disabled in all other cases.Vdouble-click-time
  860. *Maximum time between mouse clicks to make a double-click.
  861. Measured in milliseconds.  nil means disable double-click recognition;
  862. t means double-clicks have no time limit and are detected
  863. by position only.Vnum-input-keys
  864. *Number of complete keys read from the keyboard so far.Vlast-event-frame
  865. *The frame in which the most recently read event occurred.
  866. If the last event came from a keyboard macro, this is set to `macro'.Vhelp-char
  867. Character to recognize as meaning Help.
  868. When it is read, do `(eval help-form)', and display result if it's a string.
  869. If the value of `help-form' is nil, this char can be read normally.Vhelp-form
  870. Form to execute when character `help-char' is read.
  871. If the form returns a string, that string is displayed.
  872. If `help-form' is nil, the help char is not recognized.Vprefix-help-command
  873. Command to run when `help-char' character follows a prefix key.
  874. This command is used only when there is no actual binding
  875. for that character after that prefix key.Vtop-level
  876. Form to evaluate when Emacs starts up.
  877. Useful to set before you dump a modified Emacs.Vkeyboard-translate-table
  878. String used as translate table for keyboard input, or nil.
  879. Each character is looked up in this string and the contents used instead.
  880. If string is of length N, character codes N and up are untranslated.Vmenu-prompting
  881. Non-nil means prompt with menus when appropriate.
  882. This is done when reading from a keymap that has a prompt string,
  883. for elements that have prompt strings.
  884. The menu is displayed on the screen
  885. if X menus were enabled at configuration
  886. time and the previous event was a mouse click prefix key.
  887. Otherwise, menu prompting uses the echo area.Vmenu-prompt-more-char
  888. Character to see next line of menu prompt.
  889. Type this character while in a menu prompt to rotate around the lines of it.Vextra-keyboard-modifiers
  890. A mask of additional modifier keys to use with every keyboard character.
  891. Emacs applies the modifiers of the character stored here to each keyboard
  892. character it reads.  For example, after evaluating the expression
  893.     (setq extra-keyboard-modifiers ?C-x)
  894. all input characters will have the control modifier applied to them.
  895.  
  896. Note that the character ?C-@, equivalent to the integer zero, does
  897. not count as a control character; rather, it counts as a character
  898. with no modifiers; thus, setting extra_keyboard_modifiers to zero
  899. cancels any modification.Vdeactivate-mark
  900. If an editing command sets this to t, deactivate the mark afterward.
  901. The command loop sets this to nil before each command,
  902. and tests the value when the command returns.
  903. Buffer modification stores t in this variable.Vpre-command-hook
  904. Normal hook run before each command is executed.Vpost-command-hook
  905. Normal hook run after each command is executed.Vlucid-menu-bar-dirty-flag
  906. t means menu bar, specified Lucid style, needs to be recomputed.Vmenu-bar-final-items
  907. List of menu bar items to move to the end of the menu bar.
  908. The elements of the listare event types that may have menu bar bindings.Fstart-kbd-macro
  909. Record subsequent keyboard input, defining a keyboard macro.
  910. The commands are recorded even as they are executed.
  911. Use \[end-kbd-macro] to finish recording and make the macro available.
  912. Use \[name-last-kbd-macro] to give it a permanent name.
  913. Non-nil arg (prefix arg) means append to last macro defined;
  914.  This begins by re-executing that macro as if you typed it again.
  915.  
  916. arguments: (append)Fend-kbd-macro
  917. Finish defining a keyboard macro.
  918. The definition was started by \[start-kbd-macro].
  919. The macro is now available for use via \[call-last-kbd-macro],
  920. or it can be given a name with \[name-last-kbd-macro] and then invoked
  921. under that name.
  922.  
  923. With numeric arg, repeat macro now that many times,
  924. counting the definition just completed as the first repetition.
  925. An argument of zero means repeat until error.
  926.  
  927. arguments: (&optional arg)Fcall-last-kbd-macro
  928. Call the last keyboard macro that you defined with \[start-kbd-macro].
  929.  
  930. A prefix argument serves as a repeat count.  Zero means repeat until error.
  931.  
  932. To make a macro permanent so you can call it even after
  933. defining others, use \[name-last-kbd-macro].
  934.  
  935. arguments: (&optional prefix)Fexecute-kbd-macro
  936. Execute MACRO as string of editor command characters.
  937. If MACRO is a symbol, its function definition is used.
  938. COUNT is a repeat count, or nil for once, or 0 for infinite loop.
  939.  
  940. arguments: (macro &optional prefixarg)Vdefining-kbd-macro
  941. Non-nil while a keyboard macro is being defined.  Don't set this!Vexecuting-macro
  942. Currently executing keyboard macro (a string); nil if none executing.Vexecuting-kbd-macro
  943. Currently executing keyboard macro (a string); nil if none executing.Vlast-kbd-macro
  944. Last kbd macro defined, as a string; nil if none defined.Fmake-keymap
  945. Construct and return a new keymap, of the form (keymap VECTOR . ALIST).
  946. VECTOR is a vector which holds the bindings for the ASCII
  947. characters.  ALIST is an assoc-list which holds bindings for function keys,
  948. mouse events, and any other things that appear in the input stream.
  949. All entries in it are initially nil, meaning "command undefined".
  950.  
  951. The optional arg STRING supplies a menu name for the keymap
  952. in case you use it as a menu with `x-popup-menu'.
  953.  
  954. arguments: (&optional string)Fmake-sparse-keymap
  955. Construct and return a new sparse-keymap list.
  956. Its car is `keymap' and its cdr is an alist of (CHAR . DEFINITION),
  957. which binds the character CHAR to DEFINITION, or (SYMBOL . DEFINITION),
  958. which binds the function key or mouse event SYMBOL to DEFINITION.
  959. Initially the alist is nil.
  960.  
  961. The optional arg STRING supplies a menu name for the keymap
  962. in case you use it as a menu with `x-popup-menu'.
  963.  
  964. arguments: (&optional string)Fkeymapp
  965. Return t if ARG is a keymap.
  966.  
  967. A keymap is a list (keymap . ALIST),
  968. or a symbol whose function definition is a keymap is itself a keymap.
  969. ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);
  970. a vector of densely packed bindings for small character codes
  971. is also allowed as an element.
  972.  
  973. arguments: (object)Fcopy-keymap
  974. Return a copy of the keymap KEYMAP.
  975. The copy starts out with the same definitions of KEYMAP,
  976. but changing either the copy or KEYMAP does not affect the other.
  977. Any key definitions that are subkeymaps are recursively copied.
  978. However, a key definition which is a symbol whose definition is a keymap
  979. is not copied.
  980.  
  981. arguments: (keymap)Fdefine-key
  982. Args KEYMAP, KEY, DEF.  Define key sequence KEY, in KEYMAP, as DEF.
  983. KEYMAP is a keymap.  KEY is a string or a vector of symbols and characters
  984. meaning a sequence of keystrokes and events.
  985. DEF is anything that can be a key's definition:
  986.  nil (means key is undefined in this keymap),
  987.  a command (a Lisp function suitable for interactive calling)
  988.  a string (treated as a keyboard macro),
  989.  a keymap (to define a prefix key),
  990.  a symbol.  When the key is looked up, the symbol will stand for its
  991.     function definition, which should at that time be one of the above,
  992.     or another symbol whose function definition is used, etc.
  993.  a cons (STRING . DEFN), meaning that DEFN is the definition
  994.     (DEFN should be a valid definition in its own right),
  995.  or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.
  996.  
  997. If KEYMAP is a sparse keymap, the pair binding KEY to DEF is added at
  998. the front of KEYMAP.
  999.  
  1000. arguments: (keymap key def)Flookup-key
  1001. In keymap KEYMAP, look up key sequence KEY.  Return the definition.
  1002. nil means undefined.  See doc of `define-key' for kinds of definitions.
  1003.  
  1004. A number as value means KEY is "too long";
  1005. that is, characters or symbols in it except for the last one
  1006. fail to be a valid sequence of prefix characters in KEYMAP.
  1007. The number is how many characters at the front of KEY
  1008. it takes to reach a non-prefix command.
  1009.  
  1010. Normally, `lookup-key' ignores bindings for t, which act as default
  1011. bindings, used when nothing else in the keymap applies; this makes it
  1012. useable as a general function for probing keymaps.  However, if the
  1013. third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will
  1014. recognize the default bindings, just as `read-key-sequence' does.
  1015.  
  1016. arguments: (keymap key &optional accept-default)Fkey-binding
  1017. Return the binding for command KEY in current keymaps.
  1018. KEY is a string or vector, a sequence of keystrokes.
  1019. The binding is probably a symbol with a function definition.
  1020.  
  1021. Normally, `key-binding' ignores bindings for t, which act as default
  1022. bindings, used when nothing else in the keymap applies; this makes it
  1023. useable as a general function for probing keymaps.  However, if the
  1024. third optional argument ACCEPT-DEFAULT is non-nil, `key-binding' will
  1025. recognize the default bindings, just as `read-key-sequence' does.
  1026.  
  1027. arguments: (key &optional accept-default)Flocal-key-binding
  1028. Return the binding for command KEYS in current local keymap only.
  1029. KEYS is a string, a sequence of keystrokes.
  1030. The binding is probably a symbol with a function definition.
  1031.  
  1032. If optional argument ACCEPT-DEFAULT is non-nil, recognize default
  1033. bindings; see the description of `lookup-key' for more details about this.
  1034.  
  1035. arguments: (keys &optional accept-default)Fglobal-key-binding
  1036. Return the binding for command KEYS in current global keymap only.
  1037. KEYS is a string, a sequence of keystrokes.
  1038. The binding is probably a symbol with a function definition.
  1039. This function's return values are the same as those of lookup-key
  1040. (which see).
  1041.  
  1042. If optional argument ACCEPT-DEFAULT is non-nil, recognize default
  1043. bindings; see the description of `lookup-key' for more details about this.
  1044.  
  1045. arguments: (keys &optional accept-default)Fminor-mode-key-binding
  1046. Find the visible minor mode bindings of KEY.
  1047. Return an alist of pairs (MODENAME . BINDING), where MODENAME is the
  1048. the symbol which names the minor mode binding KEY, and BINDING is
  1049. KEY's definition in that mode.  In particular, if KEY has no
  1050. minor-mode bindings, return nil.  If the first binding is a
  1051. non-prefix, all subsequent bindings will be omitted, since they would
  1052. be ignored.  Similarly, the list doesn't include non-prefix bindings
  1053. that come after prefix bindings.
  1054.  
  1055. If optional argument ACCEPT-DEFAULT is non-nil, recognize default
  1056. bindings; see the description of `lookup-key' for more details about this.
  1057.  
  1058. arguments: (key &optional accept-default)Fglobal-set-key
  1059. Give KEY a global binding as COMMAND.
  1060. COMMAND is a symbol naming an interactively-callable function.
  1061. KEY is a key sequence (a string or vector of characters or event types).
  1062. Note that if KEY has a local binding in the current buffer
  1063. that local binding will continue to shadow any global binding.
  1064.  
  1065. arguments: (keys function)Flocal-set-key
  1066. Give KEY a local binding as COMMAND.
  1067. COMMAND is a symbol naming an interactively-callable function.
  1068. KEY is a key sequence (a string or vector of characters or event types).
  1069. The binding goes in the current buffer's local map,
  1070. which is shared with other buffers in the same major mode.
  1071.  
  1072. arguments: (keys function)Fglobal-unset-key
  1073. Remove global binding of KEY.
  1074. KEY is a string representing a sequence of keystrokes.
  1075.  
  1076. arguments: (keys)Flocal-unset-key
  1077. Remove local binding of KEY.
  1078. KEY is a string representing a sequence of keystrokes.
  1079.  
  1080. arguments: (keys)Fdefine-prefix-command
  1081. Define COMMAND as a prefix command.  COMMAND should be a symbol.
  1082. A new sparse keymap is stored as COMMAND's function definition and its value.
  1083. If a second optional argument MAPVAR is given, the map is stored as
  1084. its value instead of as COMMAND's value; but COMMAND is still defined
  1085. as a function.
  1086.  
  1087. arguments: (name &optional mapvar)Fuse-global-map
  1088. Select KEYMAP as the global keymap.
  1089.  
  1090. arguments: (keymap)Fuse-local-map
  1091. Select KEYMAP as the local keymap.
  1092. If KEYMAP is nil, that means no local keymap.
  1093.  
  1094. arguments: (keymap)Fcurrent-local-map
  1095. Return current buffer's local keymap, or nil if it has none.
  1096.  
  1097. arguments: ()Fcurrent-global-map
  1098. Return the current global keymap.
  1099.  
  1100. arguments: ()Fcurrent-minor-mode-maps
  1101. Return a list of keymaps for the minor modes of the current buffer.
  1102.  
  1103. arguments: ()Faccessible-keymaps
  1104. Find all keymaps accessible via prefix characters from KEYMAP.
  1105. Returns a list of elements of the form (KEYS . MAP), where the sequence
  1106. KEYS starting from KEYMAP gets you to MAP.  These elements are ordered
  1107. so that the KEYS increase in length.  The first element is ("" . KEYMAP).
  1108. An optional argument PREFIX, if non-nil, should be a key sequence;
  1109. then the value includes only maps for prefixes that start with PREFIX.
  1110.  
  1111. arguments: (startmap &optional prefix)Fkey-description
  1112. Return a pretty description of key-sequence KEYS.
  1113. Control characters turn into "C-foo" sequences, meta into "M-foo"
  1114. spaces are put between sequence elements, etc.
  1115.  
  1116. arguments: (keys)Fsingle-key-description
  1117. Return a pretty description of command character KEY.
  1118. Control characters turn into C-whatever, etc.
  1119.  
  1120. arguments: (key)Ftext-char-description
  1121. Return a pretty description of file-character CHAR.
  1122. Control characters turn into "^char", etc.
  1123.  
  1124. arguments: (chr)Fwhere-is-internal
  1125. Return list of keys that invoke DEFINITION in KEYMAP or KEYMAP1.
  1126. If KEYMAP is nil, search only KEYMAP1.
  1127. If KEYMAP1 is nil, use the current global map.
  1128.  
  1129. If optional 4th arg FIRSTONLY is non-nil, return a string representing
  1130. the first key sequence found, rather than a list of all possible key
  1131. sequences.  If FIRSTONLY is t, avoid key sequences which use non-ASCII
  1132. keys and therefore may not be usable on ASCII terminals.  If FIRSTONLY
  1133. is the symbol `non-ascii', return the first binding found, no matter
  1134. what its components.
  1135.  
  1136. If optional 5th arg NOINDIRECT is non-nil, don't follow indirections
  1137. to other keymaps or slots.  This makes it possible to search for an
  1138. indirect definition itself.
  1139.  
  1140. arguments: (definition &optional local-keymap global-keymap firstonly noindirect)Fwhere-is
  1141. Print message listing key sequences that invoke specified command.
  1142. Argument is a command definition, usually a symbol with a function definition.
  1143.  
  1144. arguments: (definition)Fdescribe-bindings
  1145. Show a list of all defined keys, and their definitions.
  1146. The list is put in a buffer, which is displayed.
  1147. An optional argument PREFIX, if non-nil, should be a key sequence;
  1148. then we display only bindings that start with that prefix.
  1149.  
  1150. arguments: (&optional prefix)Fdescribe-vector
  1151. Insert a description of contents of VECTOR.
  1152. This is text showing the elements of vector matched against indices.
  1153.  
  1154. arguments: (vector)Fapropos-internal
  1155. Show all symbols whose names contain match for REGEXP.
  1156. If optional 2nd arg PRED is non-nil, (funcall PRED SYM) is done
  1157. for each symbol and a symbol is mentioned only if that returns non-nil.
  1158. Return list of symbols found.
  1159.  
  1160. arguments: (string &optional pred)Vminibuffer-local-map
  1161. Default keymap to use when reading from the minibuffer.Vminibuffer-local-ns-map
  1162. Local keymap for the minibuffer when spaces are not allowed.Vminibuffer-local-completion-map
  1163. Local keymap for minibuffer input with completion.Vminibuffer-local-must-match-map
  1164. Local keymap for minibuffer input with completion, for exact match.Vminor-mode-map-alist
  1165. Alist of keymaps to use for minor modes.
  1166. Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read
  1167. key sequences and look up bindings iff VARIABLE's value is non-nil.
  1168. If two active keymaps bind the same key, the keymap appearing earlier
  1169. in the list takes precedence.Vfunction-key-map
  1170. Keymap mapping ASCII function key sequences onto their preferred forms.
  1171. This allows Emacs to recognize function keys sent from ASCII
  1172. terminals at any point in a key sequence.
  1173.  
  1174. The read-key-sequence function replaces subsequences bound by
  1175. function-key-map with their bindings.  When the current local and global
  1176. keymaps have no binding for the current key sequence but
  1177. function-key-map binds a suffix of the sequence to a vector or string,
  1178. read-key-sequence replaces the matching suffix with its binding, and
  1179. continues with the new sequence.
  1180.  
  1181. For example, suppose function-key-map binds `ESC O P' to [f1].
  1182. Typing `ESC O P' to read-key-sequence would return [f1].  Typing
  1183. `C-x ESC O P' would return [?\C-x f1].  If [f1] were a prefix
  1184. key, typing `ESC O P x' would return [f1 x].Fbuffer-list
  1185. Return a list of all existing live buffers.
  1186.  
  1187. arguments: ()Fget-buffer
  1188. Return the buffer named NAME (a string).
  1189. If there is no live buffer named NAME, return nil.
  1190. NAME may also be a buffer; if so, the value is that buffer.
  1191.  
  1192. arguments: (name)Fget-file-buffer
  1193. Return the buffer visiting file FILENAME (a string).
  1194. If there is no such live buffer, return nil.
  1195.  
  1196. arguments: (filename)Fget-buffer-create
  1197. Return the buffer named NAME, or create such a buffer and return it.
  1198. A new buffer is created if there is no live buffer named NAME.
  1199. If NAME starts with a space, the new buffer does not keep undo information.
  1200. If NAME is a buffer instead of a string, then it is the value returned.
  1201. The value is never nil.
  1202.  
  1203. arguments: (name)Fgenerate-new-buffer-name
  1204. Return a string that is the name of no existing buffer based on NAME.
  1205. If there is no live buffer named NAME, then return NAME.
  1206. Otherwise modify name by appending `<NUMBER>', incrementing NUMBER
  1207. until an unused name is found, and then return that name.
  1208. Optional second argument IGNORE specifies a name that is okay to use
  1209. (if it is in the sequence to be tried)
  1210. even if a buffer with that name exists.
  1211.  
  1212. arguments: (name &optional ignore)Fbuffer-name
  1213. Return the name of BUFFER, as a string.
  1214. With no argument or nil as argument, return the name of the current buffer.
  1215.  
  1216. arguments: (&optional buffer)Fbuffer-file-name
  1217. Return name of file BUFFER is visiting, or nil if none.
  1218. No argument or nil as argument means use the current buffer.
  1219.  
  1220. arguments: (&optional buffer)Fbuffer-local-variables
  1221. Return an alist of variables that are buffer-local in BUFFER.
  1222. Most elements look like (SYMBOL . VALUE), describing one variable.
  1223. For a symbol that is locally unbound, just the symbol appears in the value.
  1224. Note that storing new VALUEs in these elements doesn't change the variables.
  1225. No argument or nil as argument means use current buffer as BUFFER.
  1226.  
  1227. arguments: (&optional buffer)Fbuffer-modified-p
  1228. Return t if BUFFER was modified since its file was last read or saved.
  1229. No argument or nil as argument means use current buffer as BUFFER.
  1230.  
  1231. arguments: (&optional buffer)Fset-buffer-modified-p
  1232. Mark current buffer as modified or unmodified according to FLAG.
  1233. A non-nil FLAG means mark the buffer modified.
  1234.  
  1235. arguments: (flag)Fbuffer-modified-tick
  1236. Return BUFFER's tick counter, incremented for each change in text.
  1237. Each buffer has a tick counter which is incremented each time the text in
  1238. that buffer is changed.  It wraps around occasionally.
  1239. No argument or nil as argument means use current buffer as BUFFER.
  1240.  
  1241. arguments: (&optional buffer)Frename-buffer
  1242. Change current buffer's name to NEWNAME (a string).
  1243. If second arg UNIQUE is nil or omitted, it is an error if a
  1244. buffer named NEWNAME already exists.
  1245. If UNIQUE is non-nil, come up with a new name using
  1246. `generate-new-buffer-name'.
  1247. Interactively, you can set UNIQUE with a prefix argument.
  1248. We return the name we actually gave the buffer.
  1249. This does not change the name of the visited file (if any).
  1250.  
  1251. arguments: (name &optional unique)Fother-buffer
  1252. Return most recently selected buffer other than BUFFER.
  1253. Buffers not visible in windows are preferred to visible buffers,
  1254. unless optional second argument VISIBLE-OK is non-nil.
  1255. If no other buffer exists, the buffer `*scratch*' is returned.
  1256. If BUFFER is omitted or nil, some interesting buffer is returned.
  1257.  
  1258. arguments: (&optional buffer visible-ok)Fbuffer-disable-undo
  1259. Make BUFFER stop keeping undo information.
  1260.  
  1261. arguments: (buffer)Fbuffer-enable-undo
  1262. Start keeping undo information for buffer BUFFER.
  1263. No argument or nil as argument means do this for the current buffer.
  1264.  
  1265. arguments: (&optional buffer)Vkill-buffer-hook
  1266. Hook to be run (by `run-hooks', which see) when a buffer is killed.
  1267. The buffer being killed will be current while the hook is running.
  1268. See `kill-buffer'.Fkill-buffer
  1269. Kill the buffer BUFFER.
  1270. The argument may be a buffer or may be the name of a buffer.
  1271. An argument of nil means kill the current buffer.
  1272.  
  1273. Value is t if the buffer is actually killed, nil if user says no.
  1274.  
  1275. The value of `kill-buffer-hook' (which may be local to that buffer),
  1276. if not void, is a list of functions to be called, with no arguments,
  1277. before the buffer is actually killed.  The buffer to be killed is current
  1278. when the hook functions are called.
  1279.  
  1280. Any processes that have this buffer as the `process-buffer' are killed
  1281. with `delete-process'.
  1282.  
  1283. arguments: (bufname)Fswitch-to-buffer
  1284. Select buffer BUFFER in the current window.
  1285. BUFFER may be a buffer or a buffer name.
  1286. Optional second arg NORECORD non-nil means
  1287. do not put this buffer at the front of the list of recently selected ones.
  1288.  
  1289. WARNING: This is NOT the way to work on another buffer temporarily
  1290. within a Lisp program!  Use `set-buffer' instead.  That avoids messing with
  1291. the window-buffer correspondences.
  1292.  
  1293. arguments: (bufname &optional norecord)Fpop-to-buffer
  1294. Select buffer BUFFER in some window, preferably a different one.
  1295. If BUFFER is nil, then some other buffer is chosen.
  1296. If `pop-up-windows' is non-nil, windows can be split to do this.
  1297. If optional second arg OTHER-WINDOW is non-nil, insist on finding another
  1298. window even if BUFFER is already visible in the selected window.
  1299.  
  1300. arguments: (bufname &optional other)Fcurrent-buffer
  1301. Return the current buffer as a Lisp object.
  1302.  
  1303. arguments: ()Fset-buffer
  1304. Make the buffer BUFFER current for editing operations.
  1305. BUFFER may be a buffer or the name of an existing buffer.
  1306. See also `save-excursion' when you want to make a buffer current temporarily.
  1307. This function does not display the buffer, so its effect ends
  1308. when the current command terminates.
  1309. Use `switch-to-buffer' or `pop-to-buffer' to switch buffers permanently.
  1310.  
  1311. arguments: (bufname)Fbarf-if-buffer-read-only
  1312. Signal a `buffer-read-only' error if the current buffer is read-only.
  1313.  
  1314. arguments: ()Fbury-buffer
  1315. Put BUFFER at the end of the list of all buffers.
  1316. There it is the least likely candidate for `other-buffer' to return;
  1317. thus, the least likely buffer for \[switch-to-buffer] to select by default.
  1318. If BUFFER is nil or omitted, bury the current buffer.
  1319. Also, if BUFFER is nil or omitted, remove the current buffer from the
  1320. selected window if it is displayed there.
  1321.  
  1322. arguments: (&optional buf)Ferase-buffer
  1323. Delete the entire contents of the current buffer.
  1324. Any clipping restriction in effect (see `narrow-to-region') is removed,
  1325. so the buffer is truly empty after this.
  1326.  
  1327. arguments: ()Flist-buffers
  1328. Display a list of names of existing buffers.
  1329. The list is displayed in a buffer named `*Buffer List*'.
  1330. Note that buffers with names starting with spaces are omitted.
  1331. Non-null optional arg FILES-ONLY means mention only file buffers.
  1332.  
  1333. The M column contains a * for buffers that are modified.
  1334. The R column contains a % for buffers that are read-only.
  1335.  
  1336. arguments: (&optional files)Fkill-all-local-variables
  1337. Switch to Fundamental mode by killing current buffer's local variables.
  1338. Most local variable bindings are eliminated so that the default values
  1339. become effective once more.  Also, the syntax table is set from
  1340. `standard-syntax-table', the local keymap is set to nil,
  1341. and the abbrev table from `fundamental-mode-abbrev-table'.
  1342. This function also forces redisplay of the mode line.
  1343.  
  1344. Every function to select a new major mode starts by
  1345. calling this function.
  1346.  
  1347. As a special exception, local variables whose names have
  1348. a non-nil `permanent-local' property are not eliminated by this function.
  1349.  
  1350. arguments: ()Foverlayp
  1351. Return t if OBJECT is an overlay.
  1352.  
  1353. arguments: (object)Fmake-overlay
  1354. Create a new overlay with range BEG to END in BUFFER.
  1355. If omitted, BUFFER defaults to the current buffer.
  1356. BEG and END may be integers or markers.
  1357.  
  1358. arguments: (beg end &optional buffer)Fmove-overlay
  1359. Set the endpoints of OVERLAY to BEG and END in BUFFER.
  1360. If BUFFER is omitted, leave OVERLAY in the same buffer it inhabits now.
  1361. If BUFFER is omitted, and OVERLAY is in no buffer, put it in the current
  1362. buffer.
  1363.  
  1364. arguments: (overlay beg end &optional buffer)Fdelete-overlay
  1365. Delete the overlay OVERLAY from its buffer.
  1366.  
  1367. arguments: (overlay)Foverlay-start
  1368. Return the position at which OVERLAY starts.
  1369.  
  1370. arguments: (overlay)Foverlay-end
  1371. Return the position at which OVERLAY ends.
  1372.  
  1373. arguments: (overlay)Foverlay-buffer
  1374. Return the buffer OVERLAY belongs to.
  1375.  
  1376. arguments: (overlay)Foverlay-properties
  1377. Return a list of the properties on OVERLAY.
  1378. This is a copy of OVERLAY's plist; modifying its conses has no effect on
  1379. OVERLAY.
  1380.  
  1381. arguments: (overlay)Foverlays-at
  1382. Return a list of the overlays that contain position POS.
  1383.  
  1384. arguments: (pos)Fnext-overlay-change
  1385. Return the next position after POS where an overlay starts or ends.
  1386.  
  1387. arguments: (pos)Foverlay-lists
  1388. Return a pair of lists giving all the overlays of the current buffer.
  1389. The car has all the overlays before the overlay center;
  1390. the cdr has all the overlays before the overlay center.
  1391. Recentering overlays moves overlays between these lists.
  1392. The lists you get are copies, so that changing them has no effect.
  1393. However, the overlays you get are the real objects that the buffer uses.
  1394.  
  1395. arguments: ()Foverlay-recenter
  1396. Recenter the overlays of the current buffer around position POS.
  1397.  
  1398. arguments: (pos)Foverlay-get
  1399. Get the property of overlay OVERLAY with property name NAME.
  1400.  
  1401. arguments: (overlay prop)Foverlay-put
  1402. Set one property of overlay OVERLAY: give property PROP value VALUE.
  1403.  
  1404. arguments: (overlay prop value)Vdefault-mode-line-format
  1405. Default value of `mode-line-format' for buffers that don't override it.
  1406. This is the same as (default-value 'mode-line-format).Vdefault-abbrev-mode
  1407. Default value of `abbrev-mode' for buffers that do not override it.
  1408. This is the same as (default-value 'abbrev-mode).Vdefault-ctl-arrow
  1409. Default value of `ctl-arrow' for buffers that do not override it.
  1410. This is the same as (default-value 'ctl-arrow).Vdefault-truncate-lines
  1411. Default value of `truncate-lines' for buffers that do not override it.
  1412. This is the same as (default-value 'truncate-lines).Vdefault-fill-column
  1413. Default value of `fill-column' for buffers that do not override it.
  1414. This is the same as (default-value 'fill-column).Vdefault-left-margin
  1415. Default value of `left-margin' for buffers that do not override it.
  1416. This is the same as (default-value 'left-margin).Vdefault-tab-width
  1417. Default value of `tab-width' for buffers that do not override it.
  1418. This is the same as (default-value 'tab-width).Vdefault-case-fold-search
  1419. Default value of `case-fold-search' for buffers that don't override it.
  1420. This is the same as (default-value 'case-fold-search).Vmode-line-format
  1421. Template for displaying mode line for current buffer.
  1422. Each buffer has its own value of this variable.
  1423. Value may be a string, a symbol or a list or cons cell.
  1424. For a symbol, its value is used (but it is ignored if t or nil).
  1425.  A string appearing directly as the value of a symbol is processed verbatim
  1426.  in that the %-constructs below are not recognized.
  1427. For a list whose car is a symbol, the symbol's value is taken,
  1428.  and if that is non-nil, the cadr of the list is processed recursively.
  1429.  Otherwise, the caddr of the list (if there is one) is processed.
  1430. For a list whose car is a string or list, each element is processed
  1431.  recursively and the results are effectively concatenated.
  1432. For a list whose car is an integer, the cdr of the list is processed
  1433.   and padded (if the number is positive) or truncated (if negative)
  1434.   to the width specified by that number.
  1435. A string is printed verbatim in the mode line except for %-constructs:
  1436.   (%-constructs are allowed when the string is the entire mode-line-format
  1437.    or when it is found in a cons-cell or a list)
  1438.   %b -- print buffer name.      %f -- print visited file name.
  1439.   %* -- print *, % or hyphen.   %m -- print value of mode-name (obsolete).
  1440.   %s -- print process status.   %l -- print the current line number.
  1441.   %p -- print percent of buffer above top of window, or top, bot or all.
  1442.   %n -- print Narrow if appropriate.
  1443.   %[ -- print one [ for each recursive editing level.  %] similar.
  1444.   %% -- print %.   %- -- print infinitely many dashes.
  1445. Decimal digits after the % specify field width to which to pad.Vdefault-major-mode
  1446. *Major mode for new buffers.  Defaults to `fundamental-mode'.
  1447. nil here means use current buffer's major mode.Vmajor-mode
  1448. Symbol for current buffer's major mode.Vmode-name
  1449. Pretty name of current buffer's major mode (a string).Vabbrev-mode
  1450. Non-nil turns on automatic expansion of abbrevs as they are inserted.
  1451. Automatically becomes buffer-local when set in any fashion.Vcase-fold-search
  1452. *Non-nil if searches should ignore case.
  1453. Automatically becomes buffer-local when set in any fashion.Vfill-column
  1454. *Column beyond which automatic line-wrapping should happen.
  1455. Automatically becomes buffer-local when set in any fashion.Vleft-margin
  1456. *Column for the default indent-line-function to indent to.
  1457. Linefeed indents to this column in Fundamental mode.
  1458. Automatically becomes buffer-local when set in any fashion.Vtab-width
  1459. *Distance between tab stops (for display of tab characters), in columns.
  1460. Automatically becomes buffer-local when set in any fashion.Vctl-arrow
  1461. *Non-nil means display control chars with uparrow.
  1462. Nil means use backslash and octal digits.
  1463. Automatically becomes buffer-local when set in any fashion.
  1464. This variable does not apply to characters whose display is specified
  1465. in the current display table (if there is one).Vtruncate-lines
  1466. *Non-nil means do not display continuation lines;
  1467. give each line of text one screen line.
  1468. Automatically becomes buffer-local when set in any fashion.
  1469.  
  1470. Note that this is overridden by the variable
  1471. `truncate-partial-width-windows' if that variable is non-nil
  1472. and this buffer is not full-frame width.Vdefault-directory
  1473. Name of default directory of current buffer.  Should end with slash.
  1474. Each buffer has its own value of this variable.Vauto-fill-function
  1475. Function called (if non-nil) to perform auto-fill.
  1476. It is called after self-inserting a space at a column beyond `fill-column'.
  1477. Each buffer has its own value of this variable.
  1478. NOTE: This variable is not an ordinary hook;
  1479. It may not be a list of functions.Vbuffer-file-name
  1480. Name of file visited in current buffer, or nil if not visiting a file.
  1481. Each buffer has its own value of this variable.Vbuffer-auto-save-file-name
  1482. Name of file for auto-saving current buffer,
  1483. or nil if buffer should not be auto-saved.
  1484. Each buffer has its own value of this variable.Vbuffer-read-only
  1485. Non-nil if this buffer is read-only.
  1486. Each buffer has its own value of this variable.Vbuffer-backed-up
  1487. Non-nil if this buffer's file has been backed up.
  1488. Backing up is done before the first time the file is saved.
  1489. Each buffer has its own value of this variable.Vbuffer-saved-size
  1490. Length of current buffer when last read in, saved or auto-saved.
  1491. 0 initially.
  1492. Each buffer has its own value of this variable.Vselective-display
  1493. Non-nil enables selective display:
  1494. Integer N as value means display only lines
  1495.  that start with less than n columns of space.
  1496. A value of t means, after a ^M, all the rest of the line is invisible.
  1497.  Then ^M's in the file are written into files as newlines.
  1498.  
  1499. Automatically becomes buffer-local when set in any fashion.Vselective-display-ellipses
  1500. t means display ... on previous line when a line is invisible.
  1501. Automatically becomes buffer-local when set in any fashion.Voverwrite-mode
  1502. Non-nil if self-insertion should replace existing text.
  1503. If non-nil and not `overwrite-mode-binary', self-insertion still
  1504. inserts at the end of a line, and inserts when point is before a tab,
  1505. until the tab is filled in.
  1506. If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.
  1507. Automatically becomes buffer-local when set in any fashion.Vbuffer-display-table
  1508. Display table that controls display of the contents of current buffer.
  1509. Automatically becomes buffer-local when set in any fashion.
  1510. The display table is a vector created with `make-display-table'.
  1511. The first 256 elements control how to display each possible text character.
  1512. Each value should be a vector of characters or nil;
  1513. nil means display the character in the default fashion.
  1514. The remaining five elements control the display of
  1515.   the end of a truncated screen line (element 256, a single character);
  1516.   the end of a continued line (element 257, a single character);
  1517.   the escape character used to display character codes in octal
  1518.     (element 258, a single character);
  1519.   the character used as an arrow for control characters (element 259,
  1520.     a single character);
  1521.   the decoration indicating the presence of invisible lines (element 260,
  1522.     a vector of characters).
  1523. If this variable is nil, the value of `standard-display-table' is used.
  1524. Each window can have its own, overriding display table.Vbefore-change-function
  1525. Function to call before each text change.
  1526. Two arguments are passed to the function: the positions of
  1527. the beginning and end of the range of old text to be changed.
  1528. (For an insertion, the beginning and end are at the same place.)
  1529. No information is given about the length of the text after the change.
  1530. position of the change
  1531.  
  1532. While executing the `before-change-function', changes to buffers do not
  1533. cause calls to any `before-change-function' or `after-change-function'.Vafter-change-function
  1534. Function to call after each text change.
  1535. Three arguments are passed to the function: the positions of
  1536. the beginning and end of the range of changed text,
  1537. and the length of the pre-change text replaced by that range.
  1538. (For an insertion, the pre-change length is zero;
  1539. for a deletion, that length is the number of characters deleted,
  1540. and the post-change beginning and end are at the same place.)
  1541.  
  1542. While executing the `after-change-function', changes to buffers do not
  1543. cause calls to any `before-change-function' or `after-change-function'.Vfirst-change-hook
  1544. A list of functions to call before changing a buffer which is unmodified.
  1545. The functions are run using the `run-hooks' function.Vbuffer-undo-list
  1546. List of undo entries in current buffer.
  1547. Recent changes come first; older changes follow newer.
  1548.  
  1549. An entry (START . END) represents an insertion which begins at
  1550. position START and ends at position END.
  1551.  
  1552. An entry (TEXT . POSITION) represents the deletion of the string TEXT
  1553. from (abs POSITION).  If POSITION is positive, point was at the front
  1554. of the text being deleted; if negative, point was at the end.
  1555.  
  1556. An entry (t HIGHWORD LOWWORD) indicates that the buffer had been
  1557. previously unmodified.  HIGHWORD and LOWWORD are the high and low
  1558. 16-bit words of the buffer's modification count at the time.  If the
  1559. modification count of the most recent save is different, this entry is
  1560. obsolete.
  1561.  
  1562. An entry (nil PROP VAL BEG . END) indicates that a text property
  1563. was modified between BEG and END.  PROP is the property name,
  1564. and VAL is the old value.
  1565.  
  1566. An entry of the form POSITION indicates that point was at the buffer
  1567. location given by the integer.  Undoing an entry of this form places
  1568. point at POSITION.
  1569.  
  1570. nil marks undo boundaries.  The undo command treats the changes
  1571. between two undo boundaries as a single step to be undone.
  1572.  
  1573. If the value of the variable is t, undo information is not recorded.Vmark-active
  1574. Non-nil means the mark and region are currently active in this buffer.
  1575. Automatically local in all buffers.Vtransient-mark-mode
  1576. *Non-nil means deactivate the mark when the buffer contents change.Vinhibit-read-only
  1577. *Non-nil means disregard read-only status of buffers or characters.
  1578. If the value is t, disregard `buffer-read-only' and all `read-only'
  1579. text properties.  If the value is a list, disregard `buffer-read-only'
  1580. and disregard a `read-only' text property if the property value
  1581. is a member of the list.Flock-buffer
  1582. Lock FILE, if current buffer is modified.
  1583. FILE defaults to current buffer's visited file,
  1584. or else nothing is done if current buffer isn't visiting a file.
  1585.  
  1586. arguments: (&optional fn)Funlock-buffer
  1587. Unlock the file visited in the current buffer,
  1588. if it should normally be locked.
  1589.  
  1590. arguments: ()Ffile-locked-p
  1591. Return nil if the FILENAME is not locked,
  1592. t if it is locked by you, else a string of the name of the locker.
  1593.  
  1594. arguments: (&optional fn)Fmarker-buffer
  1595. Return the buffer that MARKER points into, or nil if none.
  1596. Returns nil if MARKER points into a dead buffer.
  1597.  
  1598. arguments: (marker)Fmarker-position
  1599. Return the position MARKER points at, as a character number.
  1600.  
  1601. arguments: (marker)Fset-marker
  1602. Position MARKER before character number NUMBER in BUFFER.
  1603. BUFFER defaults to the current buffer.
  1604. If NUMBER is nil, makes marker point nowhere.
  1605. Then it no longer slows down editing in any buffer.
  1606. Returns MARKER.
  1607.  
  1608. arguments: (marker pos &optional buffer)Fcopy-marker
  1609. Return a new marker pointing at the same place as MARKER.
  1610. If argument is a number, makes a new marker pointing
  1611. at that position in the current buffer.
  1612.  
  1613. arguments: (marker)Fread-from-minibuffer
  1614. Read a string from the minibuffer, prompting with string PROMPT.
  1615. If optional second arg INITIAL-CONTENTS is non-nil, it is a string
  1616.   to be inserted into the minibuffer before reading input.
  1617.   If INITIAL-CONTENTS is (STRING . POSITION), the initial input
  1618.   is STRING, but point is placed POSITION characters into the string.
  1619. Third arg KEYMAP is a keymap to use whilst reading;
  1620.   if omitted or nil, the default is `minibuffer-local-map'.
  1621. If fourth arg READ is non-nil, then interpret the result as a lisp object
  1622.   and return that object:
  1623.   in other words, do `(car (read-from-string INPUT-STRING))'
  1624. Fifth arg HIST, if non-nil, specifies a history list
  1625.   and optionally the initial position in the list.
  1626.   It can be a symbol, which is the history list variable to use,
  1627.   or it can be a cons cell (HISTVAR . HISTPOS).
  1628.   In that case, HISTVAR is the history list variable to use,
  1629.   and HISTPOS is the initial position (the position in the list
  1630.   which INITIAL-CONTENTS corresponds to).
  1631.   Positions are counted starting from 1 at the beginning of the list.
  1632.  
  1633. arguments: (prompt &optional initial-input keymap read hist)Fread-minibuffer
  1634. Return a Lisp object read using the minibuffer.
  1635. Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  1636. is a string to insert in the minibuffer before reading.
  1637.  
  1638. arguments: (prompt &optional initial-contents)Feval-minibuffer
  1639. Return value of Lisp expression read using the minibuffer.
  1640. Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  1641. is a string to insert in the minibuffer before reading.
  1642.  
  1643. arguments: (prompt &optional initial-contents)Fread-string
  1644. Read a string from the minibuffer, prompting with string PROMPT.
  1645. If non-nil second arg INITIAL-INPUT is a string to insert before reading.
  1646.  
  1647. arguments: (prompt &optional initial-input)Fread-no-blanks-input
  1648. Args PROMPT and INIT, strings.  Read a string from the terminal, not allowing blanks.
  1649. Prompt with PROMPT, and provide INIT as an initial value of the input string.
  1650.  
  1651. arguments: (prompt init)Fread-command
  1652. One arg PROMPT, a string.  Read the name of a command and return as a symbol.
  1653. Prompts with PROMPT.
  1654.  
  1655. arguments: (prompt)Fread-function
  1656. One arg PROMPT, a string.  Read the name of a function and return as a symbol.
  1657. Prompts with PROMPT.
  1658.  
  1659. arguments: (prompt)Fread-variable
  1660. One arg PROMPT, a string.  Read the name of a user variable and return
  1661. it as a symbol.  Prompts with PROMPT.
  1662. A user variable is one whose documentation starts with a `*' character.
  1663.  
  1664. arguments: (prompt)Fread-buffer
  1665. One arg PROMPT, a string.  Read the name of a buffer and return as a string.
  1666. Prompts with PROMPT.
  1667. Optional second arg is value to return if user enters an empty line.
  1668. If optional third arg REQUIRE-MATCH is non-nil, only existing buffer names are allowed.
  1669.  
  1670. arguments: (prompt &optional def require-match)Ftry-completion
  1671. Return common substring of all completions of STRING in ALIST.
  1672. Each car of each element of ALIST is tested to see if it begins with STRING.
  1673. All that match are compared together; the longest initial sequence
  1674. common to all matches is returned as a string.
  1675. If there is no match at all, nil is returned.
  1676. For an exact match, t is returned.
  1677.  
  1678. ALIST can be an obarray instead of an alist.
  1679. Then the print names of all symbols in the obarray are the possible matches.
  1680.  
  1681. ALIST can also be a function to do the completion itself.
  1682. It receives three arguments: the values STRING, PREDICATE and nil.
  1683. Whatever it returns becomes the value of `try-completion'.
  1684.  
  1685. If optional third argument PREDICATE is non-nil,
  1686. it is used to test each possible match.
  1687. The match is a candidate only if PREDICATE returns non-nil.
  1688. The argument given to PREDICATE is the alist element or the symbol from the obarray.
  1689.  
  1690. arguments: (string alist &optional pred)Fall-completions
  1691. Search for partial matches to STRING in ALIST.
  1692. Each car of each element of ALIST is tested to see if it begins with STRING.
  1693. The value is a list of all the strings from ALIST that match.
  1694. ALIST can be an obarray instead of an alist.
  1695. Then the print names of all symbols in the obarray are the possible matches.
  1696.  
  1697. ALIST can also be a function to do the completion itself.
  1698. It receives three arguments: the values STRING, PREDICATE and t.
  1699. Whatever it returns becomes the value of `all-completion'.
  1700.  
  1701. If optional third argument PREDICATE is non-nil,
  1702. it is used to test each possible match.
  1703. The match is a candidate only if PREDICATE returns non-nil.
  1704. The argument given to PREDICATE is the alist element or the symbol from the obarray.
  1705.  
  1706. arguments: (string alist &optional pred)Fcompleting-read
  1707. Read a string in the minibuffer, with completion.
  1708. Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST.
  1709. PROMPT is a string to prompt with; normally it ends in a colon and a space.
  1710. TABLE is an alist whose elements' cars are strings, or an obarray.
  1711. PREDICATE limits completion to a subset of TABLE.
  1712. See `try-completion' for more details on completion, TABLE, and PREDICATE.
  1713. If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
  1714.  the input is (or completes to) an element of TABLE.
  1715.  If it is also not t, Return does not exit if it does non-null completion.
  1716. If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.
  1717.   If it is (STRING . POSITION), the initial input
  1718.   is STRING, but point is placed POSITION characters into the string.
  1719. HIST, if non-nil, specifies a history list
  1720.   and optionally the initial position in the list.
  1721.   It can be a symbol, which is the history list variable to use,
  1722.   or it can be a cons cell (HISTVAR . HISTPOS).
  1723.   In that case, HISTVAR is the history list variable to use,
  1724.   and HISTPOS is the initial position (the position in the list
  1725.   which INITIAL-CONTENTS corresponds to).
  1726.   Positions are counted starting from 1 at the beginning of the list.
  1727. Completion ignores case if the ambient value of
  1728.   `completion-ignore-case' is non-nil.
  1729.  
  1730. arguments: (prompt table &optional pred require-match init hist)Fminibuffer-complete
  1731. Complete the minibuffer contents as far as possible.
  1732.  
  1733. arguments: ()Fminibuffer-complete-and-exit
  1734. Complete the minibuffer contents, and maybe exit.
  1735. Exit if the name is valid with no completion needed.
  1736. If name was completed to a valid match,
  1737. a repetition of this command will exit.
  1738.  
  1739. arguments: ()Fminibuffer-complete-word
  1740. Complete the minibuffer contents at most a single word.
  1741. After one word is completed as much as possible, a space or hyphen
  1742. is added, provided that matches some possible completion.
  1743.  
  1744. arguments: ()Fdisplay-completion-list
  1745. Display the list of completions, COMPLETIONS, using `standard-output'.
  1746. Each element may be just a symbol or string
  1747. or may be a list of two strings to be printed as if concatenated.
  1748.  
  1749. arguments: (completions)Fminibuffer-completion-help
  1750. Display a list of possible completions of the current minibuffer contents.
  1751.  
  1752. arguments: ()Fself-insert-and-exit
  1753. Terminate minibuffer input.
  1754.  
  1755. arguments: ()Fexit-minibuffer
  1756. Terminate this minibuffer argument.
  1757.  
  1758. arguments: ()Fminibuffer-depth
  1759. Return current depth of activations of minibuffer, a nonnegative integer.
  1760.  
  1761. arguments: ()Vcompletion-auto-help
  1762. *Non-nil means automatically provide help for invalid completion input.Vcompletion-ignore-case
  1763. Non-nil means don't consider case significant in completion.Venable-recursive-minibuffers
  1764. *Non-nil means to allow minibuffer commands while in the minibuffer.
  1765. More precisely, this variable makes a difference when the minibuffer window
  1766. is the selected window.  If you are in some other window, minibuffer commands
  1767. are allowed even if a minibuffer is active.Vminibuffer-completion-table
  1768. Alist or obarray used for completion in the minibuffer.
  1769. This becomes the ALIST argument to `try-completion' and `all-completion'.
  1770.  
  1771. The value may alternatively be a function, which is given three arguments:
  1772.   STRING, the current buffer contents;
  1773.   PREDICATE, the predicate for filtering possible matches;
  1774.   CODE, which says what kind of things to do.
  1775. CODE can be nil, t or `lambda'.
  1776. nil means to return the best completion of STRING, or nil if there is none.
  1777. t means to return a list of all possible completions of STRING.
  1778. `lambda' means to return t if STRING is a valid completion as it stands.Vminibuffer-completion-predicate
  1779. Within call to `completing-read', this holds the PREDICATE argument.Vminibuffer-completion-confirm
  1780. Non-nil => demand confirmation of completion before exiting minibuffer.Vminibuffer-help-form
  1781. Value that `help-form' takes on inside the minibuffer.Vminibuffer-history-variable
  1782. History list symbol to add minibuffer values to.
  1783. Each minibuffer output is added with
  1784.   (set minibuffer-history-variable
  1785.        (cons STRING (symbol-value minibuffer-history-variable)))Vminibuffer-history-position
  1786. Current position of redoing in the history list.Ffind-file-name-handler
  1787. Return FILENAME's handler function, if its syntax is handled specially.
  1788. Otherwise, return nil.
  1789. A file name is handled if one of the regular expressions in
  1790. `file-name-handler-alist' matches it.
  1791.  
  1792. arguments: (filename)Ffile-name-directory
  1793. Return the directory component in file name NAME.
  1794. Return nil if NAME does not include a directory.
  1795. Otherwise return a directory spec.
  1796. Given a Unix syntax file name, returns a string ending in slash;
  1797. on VMS, perhaps instead a string ending in `:', `]' or `>'.
  1798.  
  1799. arguments: (file)Ffile-name-nondirectory
  1800. Return file name NAME sans its directory.
  1801. For example, in a Unix-syntax file name,
  1802. this is everything after the last slash,
  1803. or the entire name if it contains no slash.
  1804.  
  1805. arguments: (file)Funhandled-file-name-directory
  1806. Return a directly usable directory name somehow associated with FILENAME.
  1807. A `directly usable' directory name is one that may be used without the
  1808. intervention of any file handler.
  1809. If FILENAME is a directly usable file itself, return
  1810. (file-name-directory FILENAME).
  1811. The `call-process' and `start-process' functions use this function to
  1812. get a current directory to run processes in.
  1813.  
  1814. arguments: (filename)Ffile-name-as-directory
  1815. Return a string representing file FILENAME interpreted as a directory.
  1816. This operation exists because a directory is also a file, but its name as
  1817. a directory is different from its name as a file.
  1818. The result can be used as the value of `default-directory'
  1819. or passed as second argument to `expand-file-name'.
  1820. For a Unix-syntax file name, just appends a slash.
  1821. On VMS, converts "[X]FOO.DIR" to "[X.FOO]", etc.
  1822.  
  1823. arguments: (file)Fdirectory-file-name
  1824. Returns the file name of the directory named DIR.
  1825. This is the name of the file that holds the data for the directory DIR.
  1826. This operation exists because a directory is also a file, but its name as
  1827. a directory is different from its name as a file.
  1828. In Unix-syntax, this function just removes the final slash.
  1829. On VMS, given a VMS-syntax directory name such as "[X.Y]",
  1830. it returns a file name such as "[X]Y.DIR.1".
  1831.  
  1832. arguments: (directory)Fmake-temp-name
  1833. Generate temporary file name (string) starting with PREFIX (a string).
  1834. The Emacs process number forms part of the result,
  1835. so there is no danger of generating a name being used by another process.
  1836.  
  1837. arguments: (prefix)Fexpand-file-name
  1838. Convert FILENAME to absolute, and canonicalize it.
  1839. Second arg DEFAULT is directory to start with if FILENAME is relative
  1840.  (does not start with slash); if DEFAULT is nil or missing,
  1841. the current buffer's value of default-directory is used.
  1842. Path components that are `.' are removed, and 
  1843. path components followed by `..' are removed, along with the `..' itself;
  1844. note that these simplifications are done without checking the resulting
  1845. paths in the file system.
  1846. An initial `~/' expands to your home directory.
  1847. An initial `~USER/' expands to USER's home directory.
  1848. See also the function `substitute-in-file-name'.
  1849.  
  1850. arguments: (name &optional default)Fsubstitute-in-file-name
  1851. Substitute environment variables referred to in FILENAME.
  1852. `$FOO' where FOO is an environment variable name means to substitute
  1853. the value of that variable.  The variable name should be terminated
  1854. with a character not a letter, digit or underscore; otherwise, enclose
  1855. the entire variable name in braces.
  1856. If `/~' appears, all of FILENAME through that `/' is discarded.
  1857.  
  1858. On VMS, `$' substitution is not done; this function does little and only
  1859. duplicates what `expand-file-name' does.
  1860.  
  1861. arguments: (string)Fcopy-file
  1862. Copy FILE to NEWNAME.  Both args must be strings.
  1863. Signals a `file-already-exists' error if file NEWNAME already exists,
  1864. unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
  1865. A number as third arg means request confirmation if NEWNAME already exists.
  1866. This is what happens in interactive use with M-x.
  1867. Fourth arg KEEP-TIME non-nil means give the new file the same
  1868. last-modified time as the old one.  (This works on only some systems.)
  1869. A prefix arg makes KEEP-TIME non-nil.
  1870.  
  1871. arguments: (filename newname &optional ok-if-already-exists keep-date)Fmake-directory-internal
  1872. Create a directory.  One argument, a file name string.
  1873.  
  1874. arguments: (dirname)Fdelete-directory
  1875. Delete a directory.  One argument, a file name string.
  1876.  
  1877. arguments: (dirname)Fdelete-file
  1878. Delete specified file.  One argument, a file name string.
  1879. If file has multiple names, it continues to exist with the other names.
  1880.  
  1881. arguments: (filename)Frename-file
  1882. Rename FILE as NEWNAME.  Both args strings.
  1883. If file has names other than FILE, it continues to have those names.
  1884. Signals a `file-already-exists' error if a file NEWNAME already exists
  1885. unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
  1886. A number as third arg means request confirmation if NEWNAME already exists.
  1887. This is what happens in interactive use with M-x.
  1888.  
  1889. arguments: (filename newname &optional ok-if-already-exists)Fadd-name-to-file
  1890. Give FILE additional name NEWNAME.  Both args strings.
  1891. Signals a `file-already-exists' error if a file NEWNAME already exists
  1892. unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
  1893. A number as third arg means request confirmation if NEWNAME already exists.
  1894. This is what happens in interactive use with M-x.
  1895.  
  1896. arguments: (filename newname &optional ok-if-already-exists)Fmake-symbolic-link
  1897. Make a symbolic link to FILENAME, named LINKNAME.  Both args strings.
  1898. Signals a `file-already-exists' error if a file NEWNAME already exists
  1899. unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
  1900. A number as third arg means request confirmation if NEWNAME already exists.
  1901. This happens for interactive use with M-x.
  1902.  
  1903. arguments: (filename linkname &optional ok-if-already-exists)Fdefine-logical-name
  1904. Define the job-wide logical name NAME to have the value STRING.
  1905. If STRING is nil or a null string, the logical name NAME is deleted.
  1906.  
  1907. arguments: (varname string)Fsysnetunam
  1908. Open a network connection to PATH using LOGIN as the login string.
  1909.  
  1910. arguments: (path login)Ffile-name-absolute-p
  1911. Return t if file FILENAME specifies an absolute path name.
  1912. On Unix, this is a name starting with a `/' or a `~'.
  1913.  
  1914. arguments: (filename)Ffile-exists-p
  1915. Return t if file FILENAME exists.  (This does not mean you can read it.)
  1916. See also `file-readable-p' and `file-attributes'.
  1917.  
  1918. arguments: (filename)Ffile-executable-p
  1919. Return t if FILENAME can be executed by you.
  1920. For a directory, this means you can access files in that directory.
  1921.  
  1922. arguments: (filename)Ffile-readable-p
  1923. Return t if file FILENAME exists and you can read it.
  1924. See also `file-exists-p' and `file-attributes'.
  1925.  
  1926. arguments: (filename)Ffile-symlink-p
  1927. If file FILENAME is the name of a symbolic link
  1928. returns the name of the file to which it is linked.
  1929. Otherwise returns NIL.
  1930.  
  1931. arguments: (filename)Ffile-writable-p
  1932. Return t if file FILENAME can be written or created by you.
  1933.  
  1934. arguments: (filename)Ffile-directory-p
  1935. Return t if file FILENAME is the name of a directory as a file.
  1936. A directory name spec may be given instead; then the value is t
  1937. if the directory so specified exists and really is a directory.
  1938.  
  1939. arguments: (filename)Ffile-accessible-directory-p
  1940. Return t if file FILENAME is the name of a directory as a file,
  1941. and files in that directory can be opened by you.  In order to use a
  1942. directory as a buffer's current directory, this predicate must return true.
  1943. A directory name spec may be given instead; then the value is t
  1944. if the directory so specified exists and really is a readable and
  1945. searchable directory.
  1946.  
  1947. arguments: (filename)Ffile-modes
  1948. Return mode bits of FILE, as an integer.
  1949.  
  1950. arguments: (filename)Fset-file-modes
  1951. Set mode bits of FILE to MODE (an integer).
  1952. Only the 12 low bits of MODE are used.
  1953.  
  1954. arguments: (filename mode)Fset-default-file-modes
  1955. Set the file permission bits for newly created files.
  1956. The argument MODE should be an integer; only the low 9 bits are used.
  1957. This setting is inherited by subprocesses.
  1958.  
  1959. arguments: (mode)Fdefault-file-modes
  1960. Return the default file protection for created files.
  1961. The value is an integer.
  1962.  
  1963. arguments: ()Funix-sync
  1964. Tell Unix to finish all pending disk updates.
  1965.  
  1966. arguments: ()Ffile-newer-than-file-p
  1967. Return t if file FILE1 is newer than file FILE2.
  1968. If FILE1 does not exist, the answer is nil;
  1969. otherwise, if FILE2 does not exist, the answer is t.
  1970.  
  1971. arguments: (file1 file2)Finsert-file-contents
  1972. Insert contents of file FILENAME after point.
  1973. Returns list of absolute file name and length of data inserted.
  1974. If second argument VISIT is non-nil, the buffer's visited filename
  1975. and last save file modtime are set, and it is marked unmodified.
  1976. If visiting and the file does not exist, visiting is completed
  1977. before the error is signaled.
  1978.  
  1979. The optional third and fourth arguments BEG and END
  1980. specify what portion of the file to insert.
  1981. If VISIT is non-nil, BEG and END must be nil.
  1982.  
  1983. arguments: (filename &optional visit beg end)Fwrite-region
  1984. Write current region into specified file.
  1985. When called from a program, takes three arguments:
  1986. START, END and FILENAME.  START and END are buffer positions.
  1987. Optional fourth argument APPEND if non-nil means
  1988.   append to existing file contents (if any).
  1989. Optional fifth argument VISIT if t means
  1990.   set the last-save-file-modtime of buffer to this file's modtime
  1991.   and mark buffer not modified.
  1992. If VISIT is a string, it is a second file name;
  1993.   the output goes to FILENAME, but the buffer is marked as visiting VISIT.
  1994.   VISIT is also the file name to lock and unlock for clash detection.
  1995. If VISIT is neither t nor nil nor a string,
  1996.   that means do not print the "Wrote file" message.
  1997. Kludgy feature: if START is a string, then that string is written
  1998. to the file, instead of any buffer contents, and END is ignored.
  1999.  
  2000. arguments: (start end filename &optional append visit)Fverify-visited-file-modtime
  2001. Return t if last mod time of BUF's visited file matches what BUF records.
  2002. This means that the file has not been changed since it was visited or saved.
  2003.  
  2004. arguments: (buf)Fclear-visited-file-modtime
  2005. Clear out records of last mod time of visited file.
  2006. Next attempt to save will certainly not complain of a discrepancy.
  2007.  
  2008. arguments: ()Fvisited-file-modtime
  2009. Return the current buffer's recorded visited file modification time.
  2010. The value is a list of the form (HIGH . LOW), like the time values
  2011. that `file-attributes' returns.
  2012.  
  2013. arguments: ()Fset-visited-file-modtime
  2014. Update buffer's recorded modification time from the visited file's time.
  2015. Useful if the buffer was not read from the file normally
  2016. or if the file itself has been changed for some known benign reason.
  2017. An argument specifies the modification time value to use
  2018. (instead of that of the visited file), in the form of a list
  2019. (HIGH . LOW) or (HIGH LOW).
  2020.  
  2021. arguments: (&optional time-list)Fdo-auto-save
  2022. Auto-save all buffers that need it.
  2023. This is all buffers that have auto-saving enabled
  2024. and are changed since last auto-saved.
  2025. Auto-saving writes the buffer into a file
  2026. so that your editing is not lost if the system crashes.
  2027. This file is not the file you visited; that changes only when you save.
  2028.  
  2029. Non-nil first argument means do not print any message if successful.
  2030. Non-nil second argument means save only current buffer.
  2031.  
  2032. arguments: (&optional no-message current-only)Fset-buffer-auto-saved
  2033. Mark current buffer as auto-saved with its current text.
  2034. No auto-save file will be written until the buffer changes again.
  2035.  
  2036. arguments: ()Frecent-auto-save-p
  2037. Return t if buffer has been auto-saved since last read in or saved.
  2038.  
  2039. arguments: ()Fread-file-name-internal
  2040. Internal subroutine for read-file-name.  Do not call this.
  2041.  
  2042. arguments: (string dir action)Fread-file-name
  2043. Read file name, prompting with PROMPT and completing in directory DIR.
  2044. Value is not expanded---you must call `expand-file-name' yourself.
  2045. Default name to DEFAULT if user enters a null string.
  2046.  (If DEFAULT is omitted, the visited file name is used.)
  2047. Fourth arg MUSTMATCH non-nil means require existing file's name.
  2048.  Non-nil and non-t means also require confirmation after completion.
  2049. Fifth arg INITIAL specifies text to start with.
  2050. DIR defaults to current buffer's directory default.
  2051.  
  2052. arguments: (prompt &optional dir default mustmatch initial)Fread-file-name
  2053. Read file name, prompting with PROMPT and completing in directory DIR.
  2054. Value is not expanded---you must call `expand-file-name' yourself.
  2055. Default name to DEFAULT if user enters a null string.
  2056.  (If DEFAULT is omitted, the visited file name is used.)
  2057. Fourth arg MUSTMATCH non-nil means require existing file's name.
  2058.  Non-nil and non-t means also require confirmation after completion.
  2059. Fifth arg INITIAL specifies text to start with.
  2060. DIR defaults to current buffer's directory default.
  2061.  
  2062. arguments: (prompt &optional dir default mustmatch initial)Vinsert-default-directory
  2063. *Non-nil means when reading a filename start with default dir in minibuffer.Vvms-stmlf-recfm
  2064. *Non-nil means write new files with record format `stmlf'.
  2065. nil means use format `var'.  This variable is meaningful only on VMS.Vfile-name-handler-alist
  2066. *Alist of elements (REGEXP . HANDLER) for file names handled specially.
  2067. If a file name matches REGEXP, then all I/O on that file is done by calling
  2068. HANDLER.
  2069.  
  2070. The first argument given to HANDLER is the name of the I/O primitive
  2071. to be handled; the remaining arguments are the arguments that were
  2072. passed to that primitive.  For example, if you do
  2073.     (file-exists-p FILENAME)
  2074. and FILENAME is handled by HANDLER, then HANDLER is called like this:
  2075.     (funcall HANDLER 'file-exists-p FILENAME)
  2076. The function `find-file-name-handler' checks this list for a handler
  2077. for its argument.Fdirectory-files
  2078. Return a list of names of files in DIRECTORY.
  2079. There are three optional arguments:
  2080. If FULL is non-nil, absolute pathnames of the files are returned.
  2081. If MATCH is non-nil, only pathnames containing that regexp are returned.
  2082. If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
  2083.  NOSORT is useful if you plan to sort the result yourself.
  2084.  
  2085. arguments: (dirname &optional full match nosort)Ffile-name-completion
  2086. Complete file name FILE in directory DIR.
  2087. Returns the longest string
  2088. common to all filenames in DIR that start with FILE.
  2089. If there is only one and FILE matches it exactly, returns t.
  2090. Returns nil if DIR contains no name starting with FILE.
  2091.  
  2092. arguments: (file dirname)Ffile-name-all-completions
  2093. Return a list of all completions of file name FILE in directory DIR.
  2094. These are all file names in directory DIR which begin with FILE.
  2095.  
  2096. arguments: (file dirname)Ffile-name-all-versions
  2097. Return a list of all versions of file name FILE in directory DIR.
  2098.  
  2099. arguments: (file dirname)Ffile-version-limit
  2100. Return the maximum number of versions allowed for FILE.
  2101. Returns nil if the file cannot be opened or if there is no version limit.
  2102.  
  2103. arguments: (filename)Ffile-attributes
  2104. Return a list of attributes of file FILENAME.
  2105. Value is nil if specified file cannot be opened.
  2106. Otherwise, list elements are:
  2107.  0. t for directory, string (name linked to) for symbolic link, or nil.
  2108.  1. Number of links to file.
  2109.  2. File uid.
  2110.  3. File gid.
  2111.  4. Last access time, as a list of two integers.
  2112.   First integer has high-order 16 bits of time, second has low 16 bits.
  2113.  5. Last modification time, likewise.
  2114.  6. Last status change time, likewise.
  2115.  7. Size in bytes (-1, if number is out of range).
  2116.  8. File modes, as a string of ten letters or dashes as in ls -l.
  2117.  9. t iff file's gid would change if file were deleted and recreated.
  2118. 10. inode number.
  2119. 11. Device number.
  2120.  
  2121. If file does not exist, returns nil.
  2122.  
  2123. arguments: (filename)Vcompletion-ignored-extensions
  2124. *Completion ignores filenames ending in any string in this list.
  2125. This variable does not affect lists of possible completions,
  2126. but does affect the commands that actually do completions.Fforward-char
  2127. Move point right ARG characters (left if ARG negative).
  2128. On reaching end of buffer, stop and signal error.
  2129.  
  2130. arguments: (&optional n)Fbackward-char
  2131. Move point left ARG characters (right if ARG negative).
  2132. On attempt to pass beginning or end of buffer, stop and signal error.
  2133.  
  2134. arguments: (&optional n)Fforward-line
  2135. Move ARG lines forward (backward if ARG is negative).
  2136. Precisely, if point is on line I, move to the start of line I + ARG.
  2137. If there isn't room, go as far as possible (no error).
  2138. Returns the count of lines left to move.  If moving forward,
  2139. that is ARG - number of lines moved; if backward, ARG + number moved.
  2140. With positive ARG, a non-empty line at the end counts as one line
  2141.   successfully moved (for the return value).
  2142.  
  2143. arguments: (&optional n)Fbeginning-of-line
  2144. Move point to beginning of current line.
  2145. With argument ARG not nil or 1, move forward ARG - 1 lines first.
  2146. If scan reaches end of buffer, stop there without error.
  2147.  
  2148. arguments: (&optional n)Fend-of-line
  2149. Move point to end of current line.
  2150. With argument ARG not nil or 1, move forward ARG - 1 lines first.
  2151. If scan reaches end of buffer, stop there without error.
  2152.  
  2153. arguments: (&optional n)Fdelete-char
  2154. Delete the following ARG characters (previous, with negative arg).
  2155. Optional second arg KILLFLAG non-nil means kill instead (save in kill ring).
  2156. Interactively, ARG is the prefix arg, and KILLFLAG is set if
  2157. ARG was explicitly specified.
  2158.  
  2159. arguments: (n &optional killflag)Fdelete-backward-char
  2160. Delete the previous ARG characters (following, with negative ARG).
  2161. Optional second arg KILLFLAG non-nil means kill instead (save in kill ring).
  2162. Interactively, ARG is the prefix arg, and KILLFLAG is set if
  2163. ARG was explicitly specified.
  2164.  
  2165. arguments: (n &optional killflag)Fself-insert-command
  2166. Insert the character you type.
  2167. Whichever character you type to run this command is inserted.
  2168.  
  2169. arguments: (arg)Fnewline
  2170. Insert a newline.  With arg, insert that many newlines.
  2171. In Auto Fill mode, if no numeric arg, break the preceding line if it's long.
  2172.  
  2173. arguments: (&optional arg1)Vblink-paren-function
  2174. Function called, if non-nil, whenever a close parenthesis is inserted.
  2175. More precisely, a char with closeparen syntax is self-inserted.Fcase-table-p
  2176. Return t iff ARG is a case table.
  2177. See `set-case-table' for more information on these data structures.
  2178.  
  2179. arguments: (table)Fcurrent-case-table
  2180. Return the case table of the current buffer.
  2181.  
  2182. arguments: ()Fstandard-case-table
  2183. Return the standard case table.
  2184. This is the one used for new buffers.
  2185.  
  2186. arguments: ()Fset-case-table
  2187. Select a new case table for the current buffer.
  2188. A case table is a list (DOWNCASE UPCASE CANONICALIZE EQUIVALENCES)
  2189.  where each element is either nil or a string of length 256.
  2190. DOWNCASE maps each character to its lower-case equivalent.
  2191. UPCASE maps each character to its upper-case equivalent;
  2192.  if lower and upper case characters are in 1-1 correspondence,
  2193.  you may use nil and the upcase table will be deduced from DOWNCASE.
  2194. CANONICALIZE maps each character to a canonical equivalent;
  2195.  any two characters that are related by case-conversion have the same
  2196.  canonical equivalent character.
  2197. EQUIVALENCES is a map that cyclicly permutes each equivalence class
  2198.  (of characters with the same canonical equivalent).
  2199. Both CANONICALIZE and EQUIVALENCES may be nil, in which case
  2200.  both are deduced from DOWNCASE and UPCASE.
  2201.  
  2202. arguments: (table)Fset-standard-case-table
  2203. Select a new standard case table for new buffers.
  2204. See `set-case-table' for more info on case tables.
  2205.  
  2206. arguments: (table)Vascii-downcase-table
  2207. String mapping ASCII characters to lowercase equivalents.Vascii-upcase-table
  2208. String mapping ASCII characters to uppercase equivalents.Fupcase
  2209. Convert argument to upper case and return that.
  2210. The argument may be a character or string.  The result has the same type.
  2211. The argument object is not altered.  See also `capitalize'.
  2212.  
  2213. arguments: (obj)Fdowncase
  2214. Convert argument to lower case and return that.
  2215. The argument may be a character or string.  The result has the same type.
  2216. The argument object is not altered.
  2217.  
  2218. arguments: (obj)Fcapitalize
  2219. Convert argument to capitalized form and return that.
  2220. This means that each word's first character is upper case
  2221. and the rest is lower case.
  2222. The argument may be a character or string.  The result has the same type.
  2223. The argument object is not altered.
  2224.  
  2225. arguments: (obj)Fupcase-region
  2226. Convert the region to upper case.  In programs, wants two arguments.
  2227. These arguments specify the starting and ending character numbers of
  2228. the region to operate on.  When used as a command, the text between
  2229. point and the mark is operated on.
  2230. See also `capitalize-region'.
  2231.  
  2232. arguments: (b e)Fdowncase-region
  2233. Convert the region to lower case.  In programs, wants two arguments.
  2234. These arguments specify the starting and ending character numbers of
  2235. the region to operate on.  When used as a command, the text between
  2236. point and the mark is operated on.
  2237.  
  2238. arguments: (b e)Fcapitalize-region
  2239. Convert the region to capitalized form.
  2240. Capitalized form means each word's first character is upper case
  2241. and the rest of it is lower case.
  2242. In programs, give two arguments, the starting and ending
  2243. character positions to operate on.
  2244.  
  2245. arguments: (b e)Fupcase-word
  2246. Convert following word (or ARG words) to upper case, moving over.
  2247. With negative argument, convert previous words but do not move.
  2248. See also `capitalize-word'.
  2249.  
  2250. arguments: (arg)Fdowncase-word
  2251. Convert following word (or ARG words) to lower case, moving over.
  2252. With negative argument, convert previous words but do not move.
  2253.  
  2254. arguments: (arg)Fcapitalize-word
  2255. Capitalize the following word (or ARG words), moving over.
  2256. This gives the word(s) a first character in upper case
  2257. and the rest lower case.
  2258. With negative argument, capitalize previous words but do not move.
  2259.  
  2260. arguments: (arg)Fcurrent-column
  2261. Return the horizontal position of point.  Beginning of line is column 0.
  2262. This is calculated by adding together the widths of all the displayed
  2263. representations of the character between the start of the previous line
  2264. and point.  (eg control characters will have a width of 2 or 4, tabs
  2265. will have a variable width)
  2266. Ignores finite width of frame, which means that this function may return
  2267. values greater than (frame-width).
  2268. Whether the line is visible (if `selective-display' is t) has no effect;
  2269. however, ^M is treated as end of line when `selective-display' is t.
  2270.  
  2271. arguments: ()Findent-to
  2272. Indent from point with tabs and spaces until COLUMN is reached.
  2273. Optional second argument MIN says always do at least MIN spaces
  2274. even if that goes past COLUMN; by default, MIN is zero.
  2275.  
  2276. arguments: (col &optional minimum)Fcurrent-indentation
  2277. Return the indentation of the current line.
  2278. This is the horizontal position of the character
  2279. following any initial whitespace.
  2280.  
  2281. arguments: ()Fmove-to-column
  2282. Move point to column COLUMN in the current line.
  2283. The column of a character is calculated by adding together the widths
  2284. as displayed of the previous characters in the line.
  2285. This function ignores line-continuation;
  2286. there is no upper limit on the column number a character can have
  2287. and horizontal scrolling has no effect.
  2288.  
  2289. If specified column is within a character, point goes after that character.
  2290. If it's past end of line, point goes to end of line.
  2291.  
  2292. A non-nil second (optional) argument FORCE means, if the line
  2293. is too short to reach column COLUMN then add spaces/tabs to get there,
  2294. and if COLUMN is in the middle of a tab character, change it to spaces.
  2295.  
  2296. arguments: (column &optional force)Fvertical-motion
  2297. Move to start of screen line LINES lines down.
  2298. If LINES is negative, this is moving up.
  2299. Sets point to position found; this may be start of line
  2300.  or just the start of a continuation line.
  2301. Returns number of lines moved; may be closer to zero than LINES
  2302.  if beginning or end of buffer was reached.
  2303.  
  2304. arguments: (lines)Vindent-tabs-mode
  2305. *Indentation can insert tabs if this is non-nil.
  2306. Setting this variable automatically makes it local to the current buffer.Flooking-at
  2307. Return t if text after point matches regular expression PAT.
  2308. This function modifies the match data that `match-beginning',
  2309. `match-end' and `match-data' access; save and restore the match
  2310. data if you want to preserve them.
  2311.  
  2312. arguments: (string)Fstring-match
  2313. Return index of start of first match for REGEXP in STRING, or nil.
  2314. If third arg START is non-nil, start search at that index in STRING.
  2315. For index of first char beyond the match, do (match-end 0).
  2316. `match-end' and `match-beginning' also give indices of substrings
  2317. matched by parenthesis constructs in the pattern.
  2318.  
  2319. arguments: (regexp string &optional start)Fskip-chars-forward
  2320. Move point forward, stopping before a char not in CHARS, or at position LIM.
  2321. CHARS is like the inside of a `[...]' in a regular expression
  2322. except that `]' is never special and `\' quotes `^', `-' or `\'.
  2323. Thus, with arg "a-zA-Z", this skips letters stopping before first nonletter.
  2324. With arg "^a-zA-Z", skips nonletters stopping before first letter.
  2325. Returns the distance traveled, either zero or positive.
  2326.  
  2327. arguments: (string &optional lim)Fskip-chars-backward
  2328. Move point backward, stopping after a char not in CHARS, or at position LIM.
  2329. See `skip-chars-forward' for details.
  2330. Returns the distance traveled, either zero or negative.
  2331.  
  2332. arguments: (string &optional lim)Fskip-syntax-forward
  2333. Move point forward across chars in specified syntax classes.
  2334. SYNTAX is a string of syntax code characters.
  2335. Stop before a char whose syntax is not in SYNTAX, or at position LIM.
  2336. If SYNTAX starts with ^, skip characters whose syntax is NOT in SYNTAX.
  2337. This function returns the distance traveled, either zero or positive.
  2338.  
  2339. arguments: (syntax &optional lim)Fskip-syntax-backward
  2340. Move point backward across chars in specified syntax classes.
  2341. SYNTAX is a string of syntax code characters.
  2342. Stop on reaching a char whose syntax is not in SYNTAX, or at position LIM.
  2343. If SYNTAX starts with ^, skip characters whose syntax is NOT in SYNTAX.
  2344. This function returns the distance traveled, either zero or negative.
  2345.  
  2346. arguments: (syntax &optional lim)Fsearch-backward
  2347. Search backward from point for STRING.
  2348. Set point to the beginning of the occurrence found, and return point.
  2349. An optional second argument bounds the search; it is a buffer position.
  2350. The match found must not extend before that position.
  2351. Optional third argument, if t, means if fail just return nil (no error).
  2352.  If not nil and not t, position at limit of search and return nil.
  2353. Optional fourth argument is repeat count--search for successive occurrences.
  2354. See also the functions `match-beginning', `match-end' and `replace-match'.
  2355.  
  2356. arguments: (string &optional bound noerror count)Fsearch-forward
  2357. Search forward from point for STRING.
  2358. Set point to the end of the occurrence found, and return point.
  2359. An optional second argument bounds the search; it is a buffer position.
  2360. The match found must not extend after that position.  nil is equivalent
  2361.   to (point-max).
  2362. Optional third argument, if t, means if fail just return nil (no error).
  2363.   If not nil and not t, move to limit of search and return nil.
  2364. Optional fourth argument is repeat count--search for successive occurrences.
  2365. See also the functions `match-beginning', `match-end' and `replace-match'.
  2366.  
  2367. arguments: (string &optional bound noerror count)Fword-search-backward
  2368. Search backward from point for STRING, ignoring differences in punctuation.
  2369. Set point to the beginning of the occurrence found, and return point.
  2370. An optional second argument bounds the search; it is a buffer position.
  2371. The match found must not extend before that position.
  2372. Optional third argument, if t, means if fail just return nil (no error).
  2373.   If not nil and not t, move to limit of search and return nil.
  2374. Optional fourth argument is repeat count--search for successive occurrences.
  2375.  
  2376. arguments: (string &optional bound noerror count)Fword-search-forward
  2377. Search forward from point for STRING, ignoring differences in punctuation.
  2378. Set point to the end of the occurrence found, and return point.
  2379. An optional second argument bounds the search; it is a buffer position.
  2380. The match found must not extend after that position.
  2381. Optional third argument, if t, means if fail just return nil (no error).
  2382.   If not nil and not t, move to limit of search and return nil.
  2383. Optional fourth argument is repeat count--search for successive occurrences.
  2384.  
  2385. arguments: (string &optional bound noerror count)Fre-search-backward
  2386. Search backward from point for match for regular expression REGEXP.
  2387. Set point to the beginning of the match, and return point.
  2388. The match found is the one starting last in the buffer
  2389. and yet ending before the place the origin of the search.
  2390. An optional second argument bounds the search; it is a buffer position.
  2391. The match found must start at or after that position.
  2392. Optional third argument, if t, means if fail just return nil (no error).
  2393.   If not nil and not t, move to limit of search and return nil.
  2394. Optional fourth argument is repeat count--search for successive occurrences.
  2395. See also the functions `match-beginning', `match-end' and `replace-match'.
  2396.  
  2397. arguments: (string &optional bound noerror count)Fre-search-forward
  2398. Search forward from point for regular expression REGEXP.
  2399. Set point to the end of the occurrence found, and return point.
  2400. An optional second argument bounds the search; it is a buffer position.
  2401. The match found must not extend after that position.
  2402. Optional third argument, if t, means if fail just return nil (no error).
  2403.   If not nil and not t, move to limit of search and return nil.
  2404. Optional fourth argument is repeat count--search for successive occurrences.
  2405. See also the functions `match-beginning', `match-end' and `replace-match'.
  2406.  
  2407. arguments: (string &optional bound noerror count)Freplace-match
  2408. Replace text matched by last search with NEWTEXT.
  2409. If second arg FIXEDCASE is non-nil, do not alter case of replacement text.
  2410. Otherwise convert to all caps or cap initials, like replaced text.
  2411. If third arg LITERAL is non-nil, insert NEWTEXT literally.
  2412. Otherwise treat `\' as special:
  2413.   `\&' in NEWTEXT means substitute original matched text.
  2414.   `\N' means substitute what matched the Nth `\(...\)'.
  2415.        If Nth parens didn't match, substitute nothing.
  2416.   `\\' means insert one `\'.
  2417. FIXEDCASE and LITERAL are optional arguments.
  2418. Leaves point at end of replacement text.
  2419.  
  2420. arguments: (string &optional fixedcase literal)Fmatch-beginning
  2421. Return position of start of text matched by last search.
  2422. ARG, a number, specifies which parenthesized expression in the last regexp.
  2423.  Value is nil if ARGth pair didn't match, or there were less than ARG pairs.
  2424. Zero means the entire text matched by the whole regexp or whole string.
  2425.  
  2426. arguments: (num)Fmatch-end
  2427. Return position of end of text matched by last search.
  2428. ARG, a number, specifies which parenthesized expression in the last regexp.
  2429.  Value is nil if ARGth pair didn't match, or there were less than ARG pairs.
  2430. Zero means the entire text matched by the whole regexp or whole string.
  2431.  
  2432. arguments: (num)Fmatch-data
  2433. Return a list containing all info on what the last search matched.
  2434. Element 2N is `(match-beginning N)'; element 2N + 1 is `(match-end N)'.
  2435. All the elements are markers or nil (nil if the Nth pair didn't match)
  2436. if the last match was on a buffer; integers or nil if a string was matched.
  2437. Use `store-match-data' to reinstate the data in this list.
  2438.  
  2439. arguments: ()Fstore-match-data
  2440. Set internal data on last search match from elements of LIST.
  2441. LIST should have been created by calling `match-data' previously.
  2442.  
  2443. arguments: (list)Fregexp-quote
  2444. Return a regexp string which matches exactly STRING and nothing else.
  2445.  
  2446. arguments: (str)Fundo-boundary
  2447. Mark a boundary between units of undo.
  2448. An undo command will stop at this point,
  2449. but another undo command will undo to the previous boundary.
  2450.  
  2451. arguments: ()Fprimitive-undo
  2452. Undo N records from the front of the list LIST.
  2453. Return what remains of the list.
  2454.  
  2455. arguments: (n list)Fcons
  2456. Create a new cons, give it CAR and CDR as components, and return it.
  2457.  
  2458. arguments: (car cdr)Flist
  2459. Return a newly created list with specified arguments as elements.
  2460. Any number of arguments, even zero arguments, are allowed.Fmake-list
  2461. Return a newly created list of length LENGTH, with each element being INIT.
  2462.  
  2463. arguments: (length init)Fmake-vector
  2464. Return a newly created vector of length LENGTH, with each element being INIT.
  2465. See also the function `vector'.
  2466.  
  2467. arguments: (length init)Fvector
  2468. Return a newly created vector with specified arguments as elements.
  2469. Any number of arguments, even zero arguments, are allowed.Fmake-byte-code
  2470. Create a byte-code object with specified arguments as elements.
  2471. The arguments should be the arglist, bytecode-string, constant vector,
  2472. stack size, (optional) doc string, and (optional) interactive spec.
  2473. The first four arguments are required; at most six have any
  2474. significance.Fmake-symbol
  2475. Return a newly allocated uninterned symbol whose name is NAME.
  2476. Its value and function definition are void, and its property list is nil.
  2477.  
  2478. arguments: (str)Fmake-marker
  2479. Return a newly allocated marker which does not point at any place.
  2480.  
  2481. arguments: ()Fmake-string
  2482. Return a newly created string of length LENGTH, with each element being INIT.
  2483. Both LENGTH and INIT must be numbers.
  2484.  
  2485. arguments: (length init)Fpurecopy
  2486. Make a copy of OBJECT in pure storage.
  2487. Recursively copies contents of vectors and cons cells.
  2488. Does not copy symbols.
  2489.  
  2490. arguments: (obj)Fgarbage-collect
  2491. Reclaim storage for Lisp objects no longer needed.
  2492. Returns info on amount of space in use:
  2493.  ((USED-CONSES . FREE-CONSES) (USED-SYMS . FREE-SYMS)
  2494.   (USED-MARKERS . FREE-MARKERS) USED-STRING-CHARS USED-VECTOR-SLOTS
  2495.   (USED-FLOATS . FREE-FLOATS))
  2496. Garbage collection happens automatically if you cons more than
  2497. `gc-cons-threshold' bytes of Lisp data since previous garbage collection.
  2498.  
  2499. arguments: ()Fmemory-limit
  2500. Return the address of the last byte Emacs has allocated, divided by 1024.
  2501. This may be helpful in debugging Emacs's memory usage.
  2502. We divide the value by 1024 to make sure it fits in a Lisp integer.
  2503.  
  2504. arguments: ()Vgc-cons-threshold
  2505. *Number of bytes of consing between garbage collections.
  2506. Garbage collection can happen automatically once this many bytes have been
  2507. allocated since the last garbage collection.  All data types count.
  2508.  
  2509. Garbage collection happens automatically only when `eval' is called.
  2510.  
  2511. By binding this temporarily to a large number, you can effectively
  2512. prevent garbage collection during a part of the program.Vpure-bytes-used
  2513. Number of bytes of sharable Lisp data allocated so far.Vdata-bytes-used
  2514. Number of bytes of unshared memory allocated in this session.Vdata-bytes-free
  2515. Number of bytes of unshared memory remaining available in this session.Vpurify-flag
  2516. Non-nil means loading Lisp code in order to dump an executable.
  2517. This means that certain objects should be allocated in shared (pure) space.Vundo-limit
  2518. Keep no more undo information once it exceeds this size.
  2519. This limit is applied when garbage collection happens.
  2520. The size is counted as the number of bytes occupied,
  2521. which includes both saved text and other data.Vundo-strong-limit
  2522. Don't keep more than this much size of undo information.
  2523. A command which pushes past this size is itself forgotten.
  2524. This limit is applied when garbage collection happens.
  2525. The size is counted as the number of bytes occupied,
  2526. which includes both saved text and other data.Feq
  2527. T if the two args are the same Lisp object.
  2528.  
  2529. arguments: (obj1 obj2)Fnull
  2530. T if OBJECT is nil.
  2531.  
  2532. arguments: (obj)Fconsp
  2533. T if OBJECT is a cons cell.
  2534.  
  2535. arguments: (obj)Fatom
  2536. T if OBJECT is not a cons cell.  This includes nil.
  2537.  
  2538. arguments: (obj)Flistp
  2539. T if OBJECT is a list.  This includes nil.
  2540.  
  2541. arguments: (obj)Fnlistp
  2542. T if OBJECT is not a list.  Lists include nil.
  2543.  
  2544. arguments: (obj)Fsymbolp
  2545. T if OBJECT is a symbol.
  2546.  
  2547. arguments: (obj)Fvectorp
  2548. T if OBJECT is a vector.
  2549.  
  2550. arguments: (obj)Fstringp
  2551. T if OBJECT is a string.
  2552.  
  2553. arguments: (obj)Farrayp
  2554. T if OBJECT is an array (string or vector).
  2555.  
  2556. arguments: (obj)Fsequencep
  2557. T if OBJECT is a sequence (list or array).
  2558.  
  2559. arguments: (obj)Fbufferp
  2560. T if OBJECT is an editor buffer.
  2561.  
  2562. arguments: (obj)Fmarkerp
  2563. T if OBJECT is a marker (editor pointer).
  2564.  
  2565. arguments: (obj)Fsubrp
  2566. T if OBJECT is a built-in function.
  2567.  
  2568. arguments: (obj)Fbyte-code-function-p
  2569. T if OBJECT is a byte-compiled function object.
  2570.  
  2571. arguments: (obj)Fchar-or-string-p
  2572. T if OBJECT is a character (a number) or a string.
  2573.  
  2574. arguments: (obj)Fintegerp
  2575. T if OBJECT is a number.
  2576.  
  2577. arguments: (obj)Finteger-or-marker-p
  2578. T if OBJECT is an integer or a marker (editor pointer).
  2579.  
  2580. arguments: (obj)Fnatnump
  2581. T if OBJECT is a nonnegative number.
  2582.  
  2583. arguments: (obj)Fnumberp
  2584. T if OBJECT is a number (floating point or integer).
  2585.  
  2586. arguments: (obj)Fnumber-or-marker-p
  2587. T if OBJECT is a number or a marker.
  2588.  
  2589. arguments: (obj)Ffloatp
  2590. T if OBJECT is a floating point number.
  2591.  
  2592. arguments: (obj)Fcar
  2593. Return the car of CONSCELL.  If arg is nil, return nil.
  2594. Error if arg is not nil and not a cons cell.  See also `car-safe'.
  2595.  
  2596. arguments: (list)Fcar-safe
  2597. Return the car of OBJECT if it is a cons cell, or else nil.
  2598.  
  2599. arguments: (object)Fcdr
  2600. Return the cdr of CONSCELL.  If arg is nil, return nil.
  2601. Error if arg is not nil and not a cons cell.  See also `cdr-safe'.
  2602.  
  2603. arguments: (list)Fcdr-safe
  2604. Return the cdr of OBJECT if it is a cons cell, or else  nil.
  2605.  
  2606. arguments: (object)Fsetcar
  2607. Set the car of CONSCELL to be NEWCAR.  Returns NEWCAR.
  2608.  
  2609. arguments: (cell newcar)Fsetcdr
  2610. Set the cdr of CONSCELL to be NEWCDR.  Returns NEWCDR.
  2611.  
  2612. arguments: (cell newcdr)Fboundp
  2613. T if SYMBOL's value is not void.
  2614.  
  2615. arguments: (sym)Ffboundp
  2616. T if SYMBOL's function definition is not void.
  2617.  
  2618. arguments: (sym)Fmakunbound
  2619. Make SYMBOL's value be void.
  2620.  
  2621. arguments: (sym)Ffmakunbound
  2622. Make SYMBOL's function definition be void.
  2623.  
  2624. arguments: (sym)Fsymbol-function
  2625. Return SYMBOL's function definition.  Error if that is void.
  2626.  
  2627. arguments: (symbol)Fsymbol-plist
  2628. Return SYMBOL's property list.
  2629.  
  2630. arguments: (sym)Fsymbol-name
  2631. Return SYMBOL's name, a string.
  2632.  
  2633. arguments: (sym)Ffset
  2634. Set SYMBOL's function definition to NEWVAL, and return NEWVAL.
  2635.  
  2636. arguments: (sym newdef)Fdefalias
  2637. Set SYMBOL's function definition to NEWVAL, and return NEWVAL.
  2638. Associates the function with the current load file, if any.
  2639.  
  2640. arguments: (sym newdef)Fdefine-function
  2641. Set SYMBOL's function definition to NEWVAL, and return NEWVAL.
  2642. Associates the function with the current load file, if any.
  2643.  
  2644. arguments: (sym newdef)Fsetplist
  2645. Set SYMBOL's property list to NEWVAL, and return NEWVAL.
  2646.  
  2647. arguments: (sym newplist)Fsymbol-value
  2648. Return SYMBOL's value.  Error if that is void.
  2649.  
  2650. arguments: (sym)Fset
  2651. Set SYMBOL's value to NEWVAL, and return NEWVAL.
  2652.  
  2653. arguments: (sym newval)Fdefault-boundp
  2654. Return T if SYMBOL has a non-void default value.
  2655. This is the value that is seen in buffers that do not have their own values
  2656. for this variable.
  2657.  
  2658. arguments: (sym)Fdefault-value
  2659. Return SYMBOL's default value.
  2660. This is the value that is seen in buffers that do not have their own values
  2661. for this variable.  The default value is meaningful for variables with
  2662. local bindings in certain buffers.
  2663.  
  2664. arguments: (sym)Fset-default
  2665. Set SYMBOL's default value to VAL.  SYMBOL and VAL are evaluated.
  2666. The default value is seen in buffers that do not have their own values
  2667. for this variable.
  2668.  
  2669. arguments: (sym value)Fsetq-default
  2670. (setq-default SYM VAL SYM VAL ...): set each SYM's default value to its VAL.
  2671. VAL is evaluated; SYM is not.  The default value is seen in buffers that do
  2672. not have their own values for this variable.Fmake-variable-buffer-local
  2673. Make VARIABLE have a separate value for each buffer.
  2674. At any time, the value for the current buffer is in effect.
  2675. There is also a default value which is seen in any buffer which has not yet
  2676. set its own value.
  2677. Using `set' or `setq' to set the variable causes it to have a separate value
  2678. for the current buffer if it was previously using the default value.
  2679. The function `default-value' gets the default value and `set-default' sets it.
  2680.  
  2681. arguments: (sym)Fmake-local-variable
  2682. Make VARIABLE have a separate value in the current buffer.
  2683. Other buffers will continue to share a common default value.
  2684. See also `make-variable-buffer-local'.
  2685.  
  2686. If the variable is already arranged to become local when set,
  2687. this function causes a local value to exist for this buffer,
  2688. just as if the variable were set.
  2689.  
  2690. arguments: (sym)Fkill-local-variable
  2691. Make VARIABLE no longer have a separate value in the current buffer.
  2692. From now on the default value will apply in this buffer.
  2693.  
  2694. arguments: (sym)Findirect-function
  2695. Return the function at the end of OBJECT's function chain.
  2696. If OBJECT is a symbol, follow all function indirections and return the final
  2697. function binding.
  2698. If OBJECT is not a symbol, just return it.
  2699. Signal a void-function error if the final symbol is unbound.
  2700. Signal a cyclic-function-indirection error if there is a loop in the
  2701. function chain of symbols.
  2702.  
  2703. arguments: (object)Faref
  2704. Return the element of ARRAY at index INDEX.
  2705. ARRAY may be a vector or a string, or a byte-code object.  INDEX starts at 0.
  2706.  
  2707. arguments: (array idx)Faset
  2708. Store into the element of ARRAY at index INDEX the value NEWVAL.
  2709. ARRAY may be a vector or a string.  INDEX starts at 0.
  2710.  
  2711. arguments: (array idx newelt)F=
  2712. T if two args, both numbers or markers, are equal.
  2713.  
  2714. arguments: (num1 num2)F<
  2715. T if first arg is less than second arg.  Both must be numbers or markers.
  2716.  
  2717. arguments: (num1 num2)F>
  2718. T if first arg is greater than second arg.  Both must be numbers or markers.
  2719.  
  2720. arguments: (num1 num2)F<=
  2721. T if first arg is less than or equal to second arg.
  2722. Both must be numbers or markers.
  2723.  
  2724. arguments: (num1 num2)F>=
  2725. T if first arg is greater than or equal to second arg.
  2726. Both must be numbers or markers.
  2727.  
  2728. arguments: (num1 num2)F/=
  2729. T if first arg is not equal to second arg.  Both must be numbers or markers.
  2730.  
  2731. arguments: (num1 num2)Fzerop
  2732. T if NUMBER is zero.
  2733.  
  2734. arguments: (num)Fnumber-to-string
  2735. Convert NUM to a string by printing it in decimal.
  2736. Uses a minus sign if negative.
  2737. NUM may be an integer or a floating point number.
  2738.  
  2739. arguments: (num)Fstring-to-number
  2740. Convert STRING to a number by parsing it as a decimal number.
  2741. This parses both integers and floating point numbers.
  2742.  
  2743. arguments: (str)F+
  2744. Return sum of any number of arguments, which are numbers or markers.F-
  2745. Negate number or subtract numbers or markers.
  2746. With one arg, negates it.  With more than one arg,
  2747. subtracts all but the first from the first.F*
  2748. Returns product of any number of arguments, which are numbers or markers.F/
  2749. Returns first argument divided by all the remaining arguments.
  2750. The arguments must be numbers or markers.F%
  2751. Returns remainder of first arg divided by second.
  2752. Both must be numbers or markers.
  2753.  
  2754. arguments: (num1 num2)Fmax
  2755. Return largest of all the arguments (which must be numbers or markers).
  2756. The value is always a number; markers are converted to numbers.Fmin
  2757. Return smallest of all the arguments (which must be numbers or markers).
  2758. The value is always a number; markers are converted to numbers.Flogand
  2759. Return bitwise-and of all the arguments.
  2760. Arguments may be integers, or markers converted to integers.Flogior
  2761. Return bitwise-or of all the arguments.
  2762. Arguments may be integers, or markers converted to integers.Flogxor
  2763. Return bitwise-exclusive-or of all the arguments.
  2764. Arguments may be integers, or markers converted to integers.Fash
  2765. Return VALUE with its bits shifted left by COUNT.
  2766. If COUNT is negative, shifting is actually to the right.
  2767. In this case, the sign bit is duplicated.
  2768.  
  2769. arguments: (num1 num2)Flsh
  2770. Return VALUE with its bits shifted left by COUNT.
  2771. If COUNT is negative, shifting is actually to the right.
  2772. In this case,  zeros are shifted in on the left.
  2773.  
  2774. arguments: (num1 num2)F1+
  2775. Return NUMBER plus one.  NUMBER may be a number or a marker.
  2776. Markers are converted to integers.
  2777.  
  2778. arguments: (num)F1-
  2779. Return NUMBER minus one.  NUMBER may be a number or a marker.
  2780. Markers are converted to integers.
  2781.  
  2782. arguments: (num)Flognot
  2783. Return the bitwise complement of ARG.  ARG must be an integer.
  2784.  
  2785. arguments: (num)Fdocumentation
  2786. Return the documentation string of FUNCTION.
  2787. Unless a non-nil second argument is given, the
  2788. string is passed through `substitute-command-keys'.
  2789.  
  2790. arguments: (function &optional raw)Fdocumentation-property
  2791. Return the documentation string that is SYMBOL's PROP property.
  2792. This is like `get', but it can refer to strings stored in the
  2793. `etc/DOC' file; and if the value is a string, it is passed through
  2794. `substitute-command-keys'.  A non-nil third argument avoids this
  2795. translation.
  2796.  
  2797. arguments: (sym prop raw)FSnarf-documentation
  2798. Used during Emacs initialization, before dumping runnable Emacs,
  2799. to find pointers to doc strings stored in `etc/DOC...' and
  2800. record them in function definitions.
  2801. One arg, FILENAME, a string which does not include a directory.
  2802. The file is found in `../etc' now; found in the `data-directory'
  2803. when doc strings are referred to later in the dumped Emacs.
  2804.  
  2805. arguments: (filename)Fsubstitute-command-keys
  2806. Substitute key descriptions for command names in STRING.
  2807. Return a new string which is STRING with substrings of the form \=\[COMMAND]
  2808. replaced by either:  a keystroke sequence that will invoke COMMAND,
  2809. or "M-x COMMAND" if COMMAND is not on any keys.
  2810. Substrings of the form \=\{MAPVAR} are replaced by summaries
  2811. (made by describe-bindings) of the value of MAPVAR, taken as a keymap.
  2812. Substrings of the form \=\<MAPVAR> specify to use the value of MAPVAR
  2813. as the keymap for future \=\[COMMAND] substrings.
  2814. \=\= quotes the following character and is discarded;
  2815. thus, \=\=\=\= puts \=\= into the output, and \=\=\=\[ puts \=\[ into the output.
  2816.  
  2817. arguments: (str)Vinternal-doc-file-name
  2818. Name of file containing documentation strings of built-in symbols.Fchar-to-string
  2819. Convert arg CHAR to a one-character string containing that character.
  2820.  
  2821. arguments: (n)Fstring-to-char
  2822. Convert arg STRING to a character, the first character of that string.
  2823.  
  2824. arguments: (str)Fpoint
  2825. Return value of point, as an integer.
  2826. Beginning of buffer is position (point-min)
  2827.  
  2828. arguments: ()Fpoint-marker
  2829. Return value of point, as a marker object.
  2830.  
  2831. arguments: ()Fgoto-char
  2832. Set point to POSITION, a number or marker.
  2833. Beginning of buffer is position (point-min), end is (point-max).
  2834.  
  2835. arguments: (n)Fregion-beginning
  2836. Return position of beginning of region, as an integer.
  2837.  
  2838. arguments: ()Fregion-end
  2839. Return position of end of region, as an integer.
  2840.  
  2841. arguments: ()Fmark
  2842. Return this buffer's mark value as integer, or nil if no mark.
  2843. If you are using this in an editing command, you are most likely making
  2844. a mistake; see the documentation of `set-mark'.
  2845.  
  2846. arguments: ()Fmark-marker
  2847. Return this buffer's mark, as a marker object.
  2848. Watch out!  Moving this marker changes the mark position.
  2849. If you set the marker not to point anywhere, the buffer will have no mark.
  2850.  
  2851. arguments: ()Fset-mark
  2852. Set this buffer's mark to POS.  Don't use this function!
  2853. That is to say, don't use this function unless you want
  2854. the user to see that the mark has moved, and you want the previous
  2855. mark position to be lost.
  2856.  
  2857. Normally, when a new mark is set, the old one should go on the stack.
  2858. This is why most applications should use push-mark, not set-mark.
  2859.  
  2860. Novice programmers often try to use the mark for the wrong purposes.
  2861. The mark saves a location for the user's convenience.
  2862. Most editing commands should not alter the mark.
  2863. To remember a location for internal use in the Lisp program,
  2864. store it in a Lisp variable.  Example:
  2865.  
  2866.    (let ((beg (point))) (forward-line 1) (delete-region beg (point))).
  2867.  
  2868. arguments: (pos)Fsave-excursion
  2869. Save point, mark, and current buffer; execute BODY; restore those things.
  2870. Executes BODY just like `progn'.
  2871. The values of point, mark and the current buffer are restored
  2872. even in case of abnormal exit (throw or error).
  2873. The state of activation of the mark is also restored.Fbuffer-size
  2874. Return the number of characters in the current buffer.
  2875.  
  2876. arguments: ()Fpoint-min
  2877. Return the minimum permissible value of point in the current buffer.
  2878. This is 1, unless a clipping restriction is in effect.
  2879.  
  2880. arguments: ()Fpoint-min-marker
  2881. Return a marker to the minimum permissible value of point in this buffer.
  2882. This is the beginning, unless a clipping restriction is in effect.
  2883.  
  2884. arguments: ()Fpoint-max
  2885. Return the maximum permissible value of point in the current buffer.
  2886. This is (1+ (buffer-size)), unless a clipping restriction is in effect,
  2887. in which case it is less.
  2888.  
  2889. arguments: ()Fpoint-max-marker
  2890. Return a marker to the maximum permissible value of point in this buffer.
  2891. This is (1+ (buffer-size)), unless a clipping restriction is in effect,
  2892. in which case it is less.
  2893.  
  2894. arguments: ()Ffollowing-char
  2895. Return the character following point, as a number.
  2896. At the end of the buffer or accessible region, return 0.
  2897.  
  2898. arguments: ()Fpreceding-char
  2899. Return the character preceding point, as a number.
  2900. At the beginning of the buffer or accessible region, return 0.
  2901.  
  2902. arguments: ()Fbobp
  2903. Return T if point is at the beginning of the buffer.
  2904. If the buffer is narrowed, this means the beginning of the narrowed part.
  2905.  
  2906. arguments: ()Feobp
  2907. Return T if point is at the end of the buffer.
  2908. If the buffer is narrowed, this means the end of the narrowed part.
  2909.  
  2910. arguments: ()Fbolp
  2911. Return T if point is at the beginning of a line.
  2912.  
  2913. arguments: ()Feolp
  2914. Return T if point is at the end of a line.
  2915. `End of a line' includes point being at the end of the buffer.
  2916.  
  2917. arguments: ()Fchar-after
  2918. Return character in current buffer at position POS.
  2919. POS is an integer or a buffer pointer.
  2920. If POS is out of range, the value is nil.
  2921.  
  2922. arguments: (pos)Fuser-login-name
  2923. Return the name under which the user logged in, as a string.
  2924. This is based on the effective uid, not the real uid.
  2925. Also, if the environment variable USER or LOGNAME is set,
  2926. that determines the value of this function.
  2927.  
  2928. arguments: ()Fuser-real-login-name
  2929. Return the name of the user's real uid, as a string.
  2930. Differs from `user-login-name' when running under `su'.
  2931.  
  2932. arguments: ()Fuser-uid
  2933. Return the effective uid of Emacs, as an integer.
  2934.  
  2935. arguments: ()Fuser-real-uid
  2936. Return the real uid of Emacs, as an integer.
  2937.  
  2938. arguments: ()Fuser-full-name
  2939. Return the full name of the user logged in, as a string.
  2940.  
  2941. arguments: ()Fsystem-name
  2942. Return the name of the machine you are running on, as a string.
  2943.  
  2944. arguments: ()Fcurrent-time
  2945. Return the current time, as the number of seconds since 12:00 AM January 1970.
  2946. The time is returned as a list of three integers.  The first has the
  2947. most significant 16 bits of the seconds, while the second has the
  2948. least significant 16 bits.  The third integer gives the microsecond
  2949. count.
  2950.  
  2951. The microsecond count is zero on systems that do not provide
  2952. resolution finer than a second.
  2953.  
  2954. arguments: ()Fcurrent-time-string
  2955. Return the current time, as a human-readable string.
  2956. Programs can use this function to decode a time,
  2957. since the number of columns in each field is fixed.
  2958. The format is `Sun Sep 16 01:03:52 1973'.
  2959. If an argument is given, it specifies a time to format
  2960. instead of the current time.  The argument should have the form:
  2961.   (HIGH . LOW)
  2962. or the form:
  2963.   (HIGH LOW . IGNORED).
  2964. Thus, you can use times obtained from `current-time'
  2965. and from `file-attributes'.
  2966.  
  2967. arguments: (&optional specified-time)Fcurrent-time-zone
  2968. Return the offset and name for the local time zone.
  2969. This returns a list of the form (OFFSET NAME).
  2970. OFFSET is an integer number of seconds ahead of UTC (east of Greenwich).
  2971.     A negative value means west of Greenwich.
  2972. NAME is a string giving the name of the time zone.
  2973. If an argument is given, it specifies when the time zone offset is determined
  2974. instead of using the current time.  The argument should have the form:
  2975.   (HIGH . LOW)
  2976. or the form:
  2977.   (HIGH LOW . IGNORED).
  2978. Thus, you can use times obtained from `current-time'
  2979. and from `file-attributes'.
  2980.  
  2981. Some operating systems cannot provide all this information to Emacs;
  2982. in this case, `current-time-zone' returns a list containing nil for
  2983. the data it can't find.
  2984.  
  2985. arguments: (&optional specified-time)Finsert
  2986. Insert the arguments, either strings or characters, at point.
  2987. Point moves forward so that it ends up after the inserted text.
  2988. Any other markers at the point of insertion remain before the text.Finsert-before-markers
  2989. Insert strings or characters at point, relocating markers after the text.
  2990. Point moves forward so that it ends up after the inserted text.
  2991. Any other markers at the point of insertion also end up after the text.Finsert-char
  2992. Insert COUNT (second arg) copies of CHAR (first arg).
  2993. Point and all markers are affected as in the function `insert'.
  2994. Both arguments are required.
  2995.  
  2996. arguments: (chr count)Fbuffer-substring
  2997. Return the contents of part of the current buffer as a string.
  2998. The two arguments START and END are character positions;
  2999. they can be in either order.
  3000.  
  3001. arguments: (b e)Fbuffer-string
  3002. Return the contents of the current buffer as a string.
  3003.  
  3004. arguments: ()Finsert-buffer-substring
  3005. Insert before point a substring of the contents of buffer BUFFER.
  3006. BUFFER may be a buffer or a buffer name.
  3007. Arguments START and END are character numbers specifying the substring.
  3008. They default to the beginning and the end of BUFFER.
  3009.  
  3010. arguments: (buf &optional b e)Fcompare-buffer-substrings
  3011. Compare two substrings of two buffers; return result as number.
  3012. the value is -N if first string is less after N-1 chars,
  3013. +N if first string is greater after N-1 chars, or 0 if strings match.
  3014. Each substring is represented as three arguments: BUFFER, START and END.
  3015. That makes six args in all, three for each substring.
  3016.  
  3017. The value of `case-fold-search' in the current buffer
  3018. determines whether case is significant or ignored.
  3019.  
  3020. arguments: (buffer1 start1 end1 buffer2 start2 end2)Fsubst-char-in-region
  3021. From START to END, replace FROMCHAR with TOCHAR each time it occurs.
  3022. If optional arg NOUNDO is non-nil, don't record this change for undo
  3023. and don't mark the buffer as really changed.
  3024.  
  3025. arguments: (start end fromchar tochar &optional noundo)Ftranslate-region
  3026. From START to END, translate characters according to TABLE.
  3027. TABLE is a string; the Nth character in it is the mapping
  3028. for the character with code N.  Returns the number of characters changed.
  3029.  
  3030. arguments: (start end table)Fdelete-region
  3031. Delete the text between point and mark.
  3032. When called from a program, expects two arguments,
  3033. positions (integers or markers) specifying the stretch to be deleted.
  3034.  
  3035. arguments: (b e)Fwiden
  3036. Remove restrictions (narrowing) from current buffer.
  3037. This allows the buffer's full text to be seen and edited.
  3038.  
  3039. arguments: ()Fnarrow-to-region
  3040. Restrict editing in this buffer to the current region.
  3041. The rest of the text becomes temporarily invisible and untouchable
  3042. but is not deleted; if you save the buffer in a file, the invisible
  3043. text is included in the file.  \[widen] makes all visible again.
  3044. See also `save-restriction'.
  3045.  
  3046. When calling from a program, pass two arguments; positions (integers
  3047. or markers) bounding the text that should remain visible.
  3048.  
  3049. arguments: (b e)Fsave-restriction
  3050. Execute BODY, saving and restoring current buffer's restrictions.
  3051. The buffer's restrictions make parts of the beginning and end invisible.
  3052. (They are set up with `narrow-to-region' and eliminated with `widen'.)
  3053. This special form, `save-restriction', saves the current buffer's restrictions
  3054. when it is entered, and restores them when it is exited.
  3055. So any `narrow-to-region' within BODY lasts only until the end of the form.
  3056. The old restrictions settings are restored
  3057. even in case of abnormal exit (throw or error).
  3058.  
  3059. The value returned is the value of the last form in BODY.
  3060.  
  3061. `save-restriction' can get confused if, within the BODY, you widen
  3062. and then make changes outside the area within the saved restrictions.
  3063.  
  3064. Note: if you are using both `save-excursion' and `save-restriction',
  3065. use `save-excursion' outermost:
  3066.     (save-excursion (save-restriction ...))Fmessage
  3067. Print a one-line message at the bottom of the screen.
  3068. The first argument is a control string.
  3069. It may contain %s or %d or %c to print successive following arguments.
  3070. %s means print an argument as a string, %d means print as number in decimal,
  3071. %c means print a number as a single character.
  3072. The argument used by %s must be a string or a symbol;
  3073. the argument used by %d or %c must be a number.
  3074. If the first argument is nil, clear any existing message; let the
  3075. minibuffer contents show.Fformat
  3076. Format a string out of a control-string and arguments.
  3077. The first argument is a control string.
  3078. The other arguments are substituted into it to make the result, a string.
  3079. It may contain %-sequences meaning to substitute the next argument.
  3080. %s means print a string argument.  Actually, prints any object, with `princ'.
  3081. %d means print as number in decimal (%o octal, %x hex).
  3082. %c means print a number as a single character.
  3083. %S means print any object as an s-expression (using prin1).
  3084.   The argument used for %d, %o, %x or %c must be a number.
  3085. Use %% to put a single % into the output.Fchar-equal
  3086. Return t if two characters match, optionally ignoring case.
  3087. Both arguments must be characters (i.e. integers).
  3088. Case is ignored if `case-fold-search' is non-nil in the current buffer.
  3089.  
  3090. arguments: (c1 c2)Vsystem-name
  3091. The name of the machine Emacs is running on.Vuser-full-name
  3092. The full name of the user logged in.Vuser-name
  3093. The user's name, based on the effective uid.Vuser-real-name
  3094. The user's name, base upon the real uid.Finteractive
  3095. Specify a way of parsing arguments for interactive use of a function.
  3096. For example, write
  3097.   (defun foo (arg) "Doc string" (interactive "p") ...use arg...)
  3098. to make ARG be the prefix argument when `foo' is called as a command.
  3099. The "call" to `interactive' is actually a declaration rather than a function;
  3100.  it tells `call-interactively' how to read arguments
  3101.  to pass to the function.
  3102. When actually called, `interactive' just returns nil.
  3103.  
  3104. The argument of `interactive' is usually a string containing a code letter
  3105.  followed by a prompt.  (Some code letters do not use I/O to get
  3106.  the argument and do not need prompts.)  To prompt for multiple arguments,
  3107.  give a code letter, its prompt, a newline, and another code letter, etc.
  3108.  Prompts are passed to format, and may use % escapes to print the
  3109.  arguments that have already been read.
  3110. If the argument is not a string, it is evaluated to get a list of
  3111.  arguments to pass to the function.
  3112. Just `(interactive)' means pass no args when calling interactively.
  3113.  
  3114. Code letters available are:
  3115. a -- Function name: symbol with a function definition.
  3116. b -- Name of existing buffer.
  3117. B -- Name of buffer, possibly nonexistent.
  3118. c -- Character.
  3119. C -- Command name: symbol with interactive function definition.
  3120. d -- Value of point as number.  Does not do I/O.
  3121. D -- Directory name.
  3122. e -- Parametrized event (i.e., one that's a list) that invoked this command.
  3123.      If used more than once, the Nth `e' returns the Nth parameterized event.
  3124.      This skips events that are integers or symbols.
  3125. f -- Existing file name.
  3126. F -- Possibly nonexistent file name.
  3127. k -- Key sequence (string).
  3128. m -- Value of mark as number.  Does not do I/O.
  3129. n -- Number read using minibuffer.
  3130. N -- Prefix arg converted to number, or if none, do like code `n'.
  3131. p -- Prefix arg converted to number.  Does not do I/O.
  3132. P -- Prefix arg in raw form.  Does not do I/O.
  3133. r -- Region: point and mark as 2 numeric args, smallest first.  Does no I/O.
  3134. s -- Any string.
  3135. S -- Any symbol.
  3136. v -- Variable name: symbol that is user-variable-p.
  3137. x -- Lisp expression read but not evaluated.
  3138. X -- Lisp expression read and evaluated.
  3139. In addition, if the string begins with `*'
  3140.  then an error is signaled if the buffer is read-only.
  3141.  This happens before reading any arguments.
  3142. If the string begins with `@', then Emacs searches the key sequence
  3143.  which invoked the command for its first mouse click (or any other
  3144.  event which specifies a window), and selects that window before
  3145.  reading any arguments.  You may use both `@' and `*'; they are
  3146.  processed in the order that they appear.
  3147.  
  3148. arguments: (args)Fcall-interactively
  3149. Call FUNCTION, reading args according to its interactive calling specs.
  3150. The function contains a specification of how to do the argument reading.
  3151. In the case of user-defined functions, this is specified by placing a call
  3152. to the function `interactive' at the top level of the function body.
  3153. See `interactive'.
  3154.  
  3155. Optional second arg RECORD-FLAG non-nil
  3156. means unconditionally put this command in the command-history.
  3157. Otherwise, this is done only if an arg is read using the minibuffer.
  3158.  
  3159. arguments: (function &optional record)Fprefix-numeric-value
  3160. Return numeric meaning of raw prefix argument ARG.
  3161. A raw prefix argument is what you get from `(interactive "P")'.
  3162. Its numeric meaning is what you would get from `(interactive "p")'.
  3163.  
  3164. arguments: (raw)Vprefix-arg
  3165. The value of the prefix argument for the next editing command.
  3166. It may be a number, or the symbol `-' for just a minus sign as arg,
  3167. or a list whose car is a number for just one or more C-U's
  3168. or nil if no argument has been specified.
  3169.  
  3170. You cannot examine this variable to find the argument for this command
  3171. since it has been set to nil by the time you can look.
  3172. Instead, you should use the variable `current-prefix-arg', although
  3173. normally commands can get this prefix argument with (interactive "P").Vcurrent-prefix-arg
  3174. The value of the prefix argument for this editing command.
  3175. It may be a number, or the symbol `-' for just a minus sign as arg,
  3176. or a list whose car is a number for just one or more C-U's
  3177. or nil if no argument has been specified.
  3178. This is what `(interactive "P")' returns.Vcommand-history
  3179. List of recent commands that read arguments from terminal.
  3180. Each command is represented as a form to evaluate.Vcommand-debug-status
  3181. Debugging status of current interactive command.
  3182. Bound each time `call-interactively' is called;
  3183. may be set by the debugger as a reminder for itself.Vmark-even-if-inactive
  3184. *Non-nil means you can use the mark even when inactive.
  3185. This option makes a difference in Transient Mark mode.
  3186. When the option is non-nil, deactivation of the mark
  3187. turns off region highlighting, but commands that use the mark
  3188. behave as if the mark were still active.For
  3189. Eval args until one of them yields non-nil, then return that value.
  3190. The remaining args are not evalled at all.
  3191. If all args return nil, return nil.Fand
  3192. Eval args until one of them yields nil, then return nil.
  3193. The remaining args are not evalled at all.
  3194. If no arg yields nil, return the last arg's value.Fif
  3195. (if COND THEN ELSE...): if COND yields non-nil, do THEN, else do ELSE...
  3196. Returns the value of THEN or the value of the last of the ELSE's.
  3197. THEN must be one expression, but ELSE... can be zero or more expressions.
  3198. If COND yields nil, and there are no ELSE's, the value is nil.Fcond
  3199. (cond CLAUSES...): try each clause until one succeeds.
  3200. Each clause looks like (CONDITION BODY...).  CONDITION is evaluated
  3201. and, if the value is non-nil, this clause succeeds:
  3202. then the expressions in BODY are evaluated and the last one's
  3203. value is the value of the cond-form.
  3204. If no clause succeeds, cond returns nil.
  3205. If a clause has one element, as in (CONDITION),
  3206. CONDITION's value if non-nil is returned from the cond-form.Fprogn
  3207. (progn BODY...): eval BODY forms sequentially and return value of last one.Fprog1
  3208. (prog1 FIRST BODY...): eval FIRST and BODY sequentially; value from FIRST.
  3209. The value of FIRST is saved during the evaluation of the remaining args,
  3210. whose values are discarded.Fprog2
  3211. (prog1 X Y BODY...): eval X, Y and BODY sequentially; value from Y.
  3212. The value of Y is saved during the evaluation of the remaining args,
  3213. whose values are discarded.Fsetq
  3214. (setq SYM VAL SYM VAL ...): set each SYM to the value of its VAL.
  3215. The SYMs are not evaluated.  Thus (setq x y) sets x to the value of y.
  3216. Each SYM is set before the next VAL is computed.Fquote
  3217. Return the argument, without evaluating it.  `(quote x)' yields `x'.Ffunction
  3218. Like `quote', but preferred for objects which are functions.
  3219. In byte compilation, `function' causes its argument to be compiled.
  3220. `quote' cannot do that.Finteractive-p
  3221. Return t if function in which this appears was called interactively.
  3222. This means that the function was called with call-interactively (which
  3223. includes being called as the binding of a key)
  3224. and input is currently coming from the keyboard (not in keyboard macro).
  3225.  
  3226. arguments: ()Fdefun
  3227. (defun NAME ARGLIST [DOCSTRING] BODY...): define NAME as a function.
  3228. The definition is (lambda ARGLIST [DOCSTRING] BODY...).
  3229. See also the function `interactive'.Fdefmacro
  3230. (defmacro NAME ARGLIST [DOCSTRING] BODY...): define NAME as a macro.
  3231. The definition is (macro lambda ARGLIST [DOCSTRING] BODY...).
  3232. When the macro is called, as in (NAME ARGS...),
  3233. the function (lambda ARGLIST BODY...) is applied to
  3234. the list ARGS... as it appears in the expression,
  3235. and the result should be a form to be evaluated instead of the original.Fdefvar
  3236. (defvar SYMBOL INITVALUE DOCSTRING): define SYMBOL as a variable.
  3237. You are not required to define a variable in order to use it,
  3238. but the definition can supply documentation and an initial value
  3239. in a way that tags can recognize.
  3240.  
  3241. INITVALUE is evaluated, and used to set SYMBOL, only if SYMBOL's value is void.
  3242. If SYMBOL is buffer-local, its default value is what is set;
  3243.  buffer-local values are not affected.
  3244. INITVALUE and DOCSTRING are optional.
  3245. If DOCSTRING starts with *, this variable is identified as a user option.
  3246.  This means that M-x set-variable and M-x edit-options recognize it.
  3247. If INITVALUE is missing, SYMBOL's value is not set.Fdefconst
  3248. (defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.
  3249. The intent is that programs do not change this value, but users may.
  3250. Always sets the value of SYMBOL to the result of evalling INITVALUE.
  3251. If SYMBOL is buffer-local, its default value is what is set;
  3252.  buffer-local values are not affected.
  3253. DOCSTRING is optional.
  3254. If DOCSTRING starts with *, this variable is identified as a user option.
  3255.  This means that M-x set-variable and M-x edit-options recognize it.
  3256.  
  3257. Note: do not use `defconst' for user options in libraries that are not
  3258. normally loaded, since it is useful for users to be able to specify
  3259. their own values for such variables before loading the library.
  3260. Since `defconst' unconditionally assigns the variable,
  3261. it would override the user's choice.Fuser-variable-p
  3262. Returns t if VARIABLE is intended to be set and modified by users.
  3263. (The alternative is a variable used internally in a Lisp program.)
  3264. Determined by whether the first character of the documentation
  3265. for the variable is "*"
  3266.  
  3267. arguments: (variable)Flet*
  3268. (let* VARLIST BODY...): bind variables according to VARLIST then eval BODY.
  3269. The value of the last form in BODY is returned.
  3270. Each element of VARLIST is a symbol (which is bound to nil)
  3271. or a list (SYMBOL VALUEFORM) (which binds SYMBOL to the value of VALUEFORM).
  3272. Each VALUEFORM can refer to the symbols already bound by this VARLIST.Flet
  3273. (let VARLIST BODY...): bind variables according to VARLIST then eval BODY.
  3274. The value of the last form in BODY is returned.
  3275. Each element of VARLIST is a symbol (which is bound to nil)
  3276. or a list (SYMBOL VALUEFORM) (which binds SYMBOL to the value of VALUEFORM).
  3277. All the VALUEFORMs are evalled before any symbols are bound.Fwhile
  3278. (while TEST BODY...): if TEST yields non-nil, eval BODY... and repeat.
  3279. The order of execution is thus TEST, BODY, TEST, BODY and so on
  3280. until TEST returns nil.Fmacroexpand
  3281. Return result of expanding macros at top level of FORM.
  3282. If FORM is not a macro call, it is returned unchanged.
  3283. Otherwise, the macro is expanded and the expansion is considered
  3284. in place of FORM.  When a non-macro-call results, it is returned.
  3285.  
  3286. The second optional arg ENVIRONMENT species an environment of macro
  3287. definitions to shadow the loaded ones for use in file byte-compilation.
  3288.  
  3289. arguments: (form &optional env)Fcatch
  3290. (catch TAG BODY...): eval BODY allowing nonlocal exits using `throw'.
  3291. TAG is evalled to get the tag to use.  Then the BODY is executed.
  3292. Within BODY, (throw TAG) with same tag exits BODY and exits this `catch'.
  3293. If no throw happens, `catch' returns the value of the last BODY form.
  3294. If a throw happens, it specifies the value to return from `catch'.Fthrow
  3295. (throw TAG VALUE): throw to the catch for TAG and return VALUE from it.
  3296. Both TAG and VALUE are evalled.
  3297.  
  3298. arguments: (tag val)Funwind-protect
  3299. Do BODYFORM, protecting with UNWINDFORMS.
  3300. Usage looks like (unwind-protect BODYFORM UNWINDFORMS...).
  3301. If BODYFORM completes normally, its value is returned
  3302. after executing the UNWINDFORMS.
  3303. If BODYFORM exits nonlocally, the UNWINDFORMS are executed anyway.Fcondition-case
  3304. Regain control when an error is signaled.
  3305. Usage looks like (condition-case VAR BODYFORM HANDLERS...).
  3306. executes BODYFORM and returns its value if no error happens.
  3307. Each element of HANDLERS looks like (CONDITION-NAME BODY...)
  3308. where the BODY is made of Lisp expressions.
  3309.  
  3310. A handler is applicable to an error
  3311. if CONDITION-NAME is one of the error's condition names.
  3312. If an error happens, the first applicable handler is run.
  3313.  
  3314. When a handler handles an error,
  3315. control returns to the condition-case and the handler BODY... is executed
  3316. with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).
  3317. VAR may be nil; then you do not get access to the signal information.
  3318.  
  3319. The value of the last BODY form is returned from the condition-case.
  3320. See also the function `signal' for more info.Fsignal
  3321. Signal an error.  Args are SIGNAL-NAME, and associated DATA.
  3322. This function does not return.
  3323.  
  3324. A signal name is a symbol with an `error-conditions' property
  3325. that is a list of condition names.
  3326. A handler for any of those names will get to handle this signal.
  3327. The symbol `error' should normally be one of them.
  3328.  
  3329. DATA should be a list.  Its elements are printed as part of the error message.
  3330. If the signal is handled, DATA is made available to the handler.
  3331. See also the function `condition-case'.
  3332.  
  3333. arguments: (sig data)Fcommandp
  3334. T if FUNCTION makes provisions for interactive calling.
  3335. This means it contains a description for how to read arguments to give it.
  3336. The value is nil for an invalid function or a symbol with no function
  3337. definition.
  3338.  
  3339. Interactively callable functions include strings and vectors (treated
  3340. as keyboard macros), lambda-expressions that contain a top-level call
  3341. to `interactive', autoload definitions made by `autoload' with non-nil
  3342. fourth argument, and some of the built-in functions of Lisp.
  3343.  
  3344. Also, a symbol satisfies `commandp' if its function definition does so.
  3345.  
  3346. arguments: (function)Fautoload
  3347. Define FUNCTION to autoload from FILE.
  3348. FUNCTION is a symbol; FILE is a file name string to pass to `load'.
  3349. Third arg DOCSTRING is documentation for the function.
  3350. Fourth arg INTERACTIVE if non-nil says function can be called interactively.
  3351. Fifth arg TYPE indicates the type of the object:
  3352.    nil or omitted says FUNCTION is a function,
  3353.    `keymap' says FUNCTION is really a keymap, and
  3354.    `macro' or t says FUNCTION is really a macro.
  3355. Third through fifth args give info about the real definition.
  3356. They default to nil.
  3357. If FUNCTION is already defined other than as an autoload,
  3358. this does nothing and returns nil.
  3359.  
  3360. arguments: (function file &optional docstring interactive type)Feval
  3361. Evaluate FORM and return its value.
  3362.  
  3363. arguments: (form)Fapply
  3364. Call FUNCTION with our remaining args, using our last arg as list of args.
  3365. Thus, (apply '+ 1 2 '(3 4)) returns 10.Ffuncall
  3366. Call first argument as a function, passing remaining arguments to it.
  3367. Thus, (funcall 'cons 'x 'y) returns (x . y).Fbacktrace-debug
  3368. Set the debug-on-exit flag of eval frame LEVEL levels down to FLAG.
  3369. The debugger is entered when that frame exits, if the flag is non-nil.
  3370.  
  3371. arguments: (level flag)Fbacktrace
  3372. Print a trace of Lisp function calls currently active.
  3373. Output stream used is value of `standard-output'.
  3374.  
  3375. arguments: (dummy)Fbacktrace-frame
  3376. Return the function and arguments N frames up from current execution point.
  3377. If that frame has not evaluated the arguments yet (or is a special form),
  3378. the value is (nil FUNCTION ARG-FORMS...).
  3379. If that frame has evaluated its arguments and called its function already,
  3380. the value is (t FUNCTION ARG-VALUES...).
  3381. A &rest arg is represented as the tail of the list ARG-VALUES.
  3382. FUNCTION is whatever was supplied as car of evaluated list,
  3383. or a lambda expression for macro calls.
  3384. If N is more than the number of frames, the value is nil.
  3385.  
  3386. arguments: (nframes)Vmax-specpdl-size
  3387. Limit on number of Lisp variable bindings & unwind-protects before error.Vmax-lisp-eval-depth
  3388. Limit on depth in `eval', `apply' and `funcall' before error.
  3389. This limit is to catch infinite recursions for you before they cause
  3390. actual stack overflow in C, which would be fatal for Emacs.
  3391. You can safely make it considerably larger than its default value,
  3392. if that proves inconveniently small.Vquit-flag
  3393. Non-nil causes `eval' to abort, unless `inhibit-quit' is non-nil.
  3394. Typing C-G sets `quit-flag' non-nil, regardless of `inhibit-quit'.Vinhibit-quit
  3395. Non-nil inhibits C-g quitting from happening immediately.
  3396. Note that `quit-flag' will still be set by typing C-g,
  3397. so a quit will be signalled as soon as `inhibit-quit' is nil.
  3398. To prevent this happening, set `quit-flag' to nil
  3399. before making `inhibit-quit' nil.Vstack-trace-on-error
  3400. *Non-nil means automatically display a backtrace buffer
  3401. after any error that is handled by the editor command loop.
  3402. If the value is a list, an error only means to display a backtrace
  3403. if one of its condition symbols appears in the list.Vdebug-on-error
  3404. *Non-nil means enter debugger if an error is signaled.
  3405. Does not apply to errors handled by `condition-case'.
  3406. If the value is a list, an error only means to enter the debugger
  3407. if one of its condition symbols appears in the list.
  3408. See also variable `debug-on-quit'.Vdebug-on-quit
  3409. *Non-nil means enter debugger if quit is signaled (C-G, for example).
  3410. Does not apply if quit is handled by a `condition-case'.Vdebug-on-next-call
  3411. Non-nil means enter debugger before next `eval', `apply' or `funcall'.Vdebugger
  3412. Function to call to invoke debugger.
  3413. If due to frame exit, args are `exit' and the value being returned;
  3414.  this function's value will be returned instead of that.
  3415. If due to error, args are `error' and a list of the args to `signal'.
  3416. If due to `apply' or `funcall' entry, one arg, `lambda'.
  3417. If due to `eval' entry, one arg, t.Vmocklisp-arguments
  3418. While in a mocklisp function, the list of its unevaluated args.Vrun-hooks
  3419. Set to the function `run-hooks', if that function has been defined.
  3420. Otherwise, nil (in a bare Emacs without preloaded Lisp code).Facos
  3421. Return the inverse cosine of ARG.
  3422.  
  3423. arguments: (arg)Fasin
  3424. Return the inverse sine of ARG.
  3425.  
  3426. arguments: (arg)Fatan
  3427. Return the inverse tangent of ARG.
  3428.  
  3429. arguments: (arg)Fcos
  3430. Return the cosine of ARG.
  3431.  
  3432. arguments: (arg)Fsin
  3433. Return the sine of ARG.
  3434.  
  3435. arguments: (arg)Ftan
  3436. Return the tangent of ARG.
  3437.  
  3438. arguments: (arg)Fbessel-j0
  3439. Return the bessel function j0 of ARG.
  3440.  
  3441. arguments: (arg)Fbessel-j1
  3442. Return the bessel function j1 of ARG.
  3443.  
  3444. arguments: (arg)Fbessel-jn
  3445. Return the order N bessel function output jn of ARG.
  3446. The first arg (the order) is truncated to an integer.
  3447.  
  3448. arguments: (arg1 arg2)Fbessel-y0
  3449. Return the bessel function y0 of ARG.
  3450.  
  3451. arguments: (arg)Fbessel-y1
  3452. Return the bessel function y1 of ARG.
  3453.  
  3454. arguments: (arg)Fbessel-yn
  3455. Return the order N bessel function output yn of ARG.
  3456. The first arg (the order) is truncated to an integer.
  3457.  
  3458. arguments: (arg1 arg2)Ferf
  3459. Return the mathematical error function of ARG.
  3460.  
  3461. arguments: (arg)Ferfc
  3462. Return the complementary error function of ARG.
  3463.  
  3464. arguments: (arg)Flog-gamma
  3465. Return the log gamma of ARG.
  3466.  
  3467. arguments: (arg)Fcube-root
  3468. Return the cube root of ARG.
  3469.  
  3470. arguments: (arg)Fexp
  3471. Return the exponential base e of ARG.
  3472.  
  3473. arguments: (arg)Fexpt
  3474. Return the exponential X ** Y.
  3475.  
  3476. arguments: (arg1 arg2)Flog
  3477. Return the natural logarithm of ARG.
  3478. If second optional argument BASE is given, return log ARG using that base.
  3479.  
  3480. arguments: (arg &optional base)Flog10
  3481. Return the logarithm base 10 of ARG.
  3482.  
  3483. arguments: (arg)Fsqrt
  3484. Return the square root of ARG.
  3485.  
  3486. arguments: (arg)Facosh
  3487. Return the inverse hyperbolic cosine of ARG.
  3488.  
  3489. arguments: (arg)Fasinh
  3490. Return the inverse hyperbolic sine of ARG.
  3491.  
  3492. arguments: (arg)Fatanh
  3493. Return the inverse hyperbolic tangent of ARG.
  3494.  
  3495. arguments: (arg)Fcosh
  3496. Return the hyperbolic cosine of ARG.
  3497.  
  3498. arguments: (arg)Fsinh
  3499. Return the hyperbolic sine of ARG.
  3500.  
  3501. arguments: (arg)Ftanh
  3502. Return the hyperbolic tangent of ARG.
  3503.  
  3504. arguments: (arg)Fabs
  3505. Return the absolute value of ARG.
  3506.  
  3507. arguments: (arg)Ffloat
  3508. Return the floating point number equal to ARG.
  3509.  
  3510. arguments: (arg)Flogb
  3511. Returns the integer not greater than the base 2 log of the magnitude of ARG.
  3512. This is the same as the exponent of a float.
  3513.  
  3514. arguments: (arg)Fceiling
  3515. Return the smallest integer no less than ARG.  (Round toward +inf.)
  3516.  
  3517. arguments: (arg)Ffloor
  3518. Return the largest integer no greater than ARG.  (Round towards -inf.)
  3519.  
  3520. arguments: (arg)Fround
  3521. Return the nearest integer to ARG.
  3522.  
  3523. arguments: (arg)Ftruncate
  3524. Truncate a floating point number to an int.
  3525. Rounds the value toward zero.
  3526.  
  3527. arguments: (arg)Ffceiling
  3528. Return the smallest integer no less than ARG, as a float.
  3529. (Round toward +inf.)
  3530.  
  3531. arguments: (arg)Fffloor
  3532. Return the largest integer no greater than ARG, as a float.
  3533. (Round towards -inf.)
  3534.  
  3535. arguments: (arg)Ffround
  3536. Return the nearest integer to ARG, as a float.
  3537.  
  3538. arguments: (arg)Fftruncate
  3539. Truncate a floating point number to an integral float value.
  3540. Rounds the value toward zero.
  3541.  
  3542. arguments: (arg)Fidentity
  3543. Return the argument unchanged.
  3544.  
  3545. arguments: (arg)Frandom
  3546. Return a pseudo-random number.
  3547. On most systems all integers representable in Lisp are equally likely.
  3548.   This is 24 bits' worth.
  3549. With argument N, return random number in interval [0,N).
  3550. With argument t, set the random number seed from the current time and pid.
  3551.  
  3552. arguments: (&optional limit)Flength
  3553. Return the length of vector, list or string SEQUENCE.
  3554. A byte-code function object is also allowed.
  3555.  
  3556. arguments: (obj)Fstring-equal
  3557. T if two strings have identical contents.
  3558. Case is significant.
  3559. Symbols are also allowed; their print names are used instead.
  3560.  
  3561. arguments: (s1 s2)Fstring-lessp
  3562. T if first arg string is less than second in lexicographic order.
  3563. Case is significant.
  3564. Symbols are also allowed; their print names are used instead.
  3565.  
  3566. arguments: (s1 s2)Fappend
  3567. Concatenate all the arguments and make the result a list.
  3568. The result is a list whose elements are the elements of all the arguments.
  3569. Each argument may be a list, vector or string.
  3570. The last argument is not copied, just used as the tail of the new list.Fconcat
  3571. Concatenate all the arguments and make the result a string.
  3572. The result is a string whose elements are the elements of all the arguments.
  3573. Each argument may be a string, a list of numbers, or a vector of numbers.Fvconcat
  3574. Concatenate all the arguments and make the result a vector.
  3575. The result is a vector whose elements are the elements of all the arguments.
  3576. Each argument may be a list, vector or string.Fcopy-sequence
  3577. Return a copy of a list, vector or string.
  3578. The elements of a list or vector are not copied; they are shared
  3579. with the original.
  3580.  
  3581. arguments: (arg)Fcopy-alist
  3582. Return a copy of ALIST.
  3583. This is an alist which represents the same mapping from objects to objects,
  3584. but does not share the alist structure with ALIST.
  3585. The objects mapped (cars and cdrs of elements of the alist)
  3586. are shared, however.
  3587. Elements of ALIST that are not conses are also shared.
  3588.  
  3589. arguments: (alist)Fsubstring
  3590. Return a substring of STRING, starting at index FROM and ending before TO.
  3591. TO may be nil or omitted; then the substring runs to the end of STRING.
  3592. If FROM or TO is negative, it counts from the end.
  3593.  
  3594. arguments: (string from &optional to)Fnthcdr
  3595. Take cdr N times on LIST, returns the result.
  3596.  
  3597. arguments: (n list)Fnth
  3598. Return the Nth element of LIST.
  3599. N counts from zero.  If LIST is not that long, nil is returned.
  3600.  
  3601. arguments: (n list)Felt
  3602. Return element of SEQUENCE at index N.
  3603.  
  3604. arguments: (seq n)Fmember
  3605. Return non-nil if ELT is an element of LIST.  Comparison done with EQUAL.
  3606. The value is actually the tail of LIST whose car is ELT.
  3607.  
  3608. arguments: (elt list)Fmemq
  3609. Return non-nil if ELT is an element of LIST.  Comparison done with EQ.
  3610. The value is actually the tail of LIST whose car is ELT.
  3611.  
  3612. arguments: (elt list)Fassq
  3613. Return non-nil if ELT is `eq' to the car of an element of LIST.
  3614. The value is actually the element of LIST whose car is ELT.
  3615. Elements of LIST that are not conses are ignored.
  3616.  
  3617. arguments: (key list)Fassoc
  3618. Return non-nil if ELT is `equal' to the car of an element of LIST.
  3619. The value is actually the element of LIST whose car is ELT.
  3620.  
  3621. arguments: (key list)Frassq
  3622. Return non-nil if ELT is `eq' to the cdr of an element of LIST.
  3623. The value is actually the element of LIST whose cdr is ELT.
  3624.  
  3625. arguments: (key list)Fdelq
  3626. Delete by side effect any occurrences of ELT as a member of LIST.
  3627. The modified LIST is returned.  Comparison is done with `eq'.
  3628. If the first member of LIST is ELT, there is no way to remove it by side effect;
  3629. therefore, write `(setq foo (delq element foo))'
  3630. to be sure of changing the value of `foo'.
  3631.  
  3632. arguments: (elt list)Fdelete
  3633. Delete by side effect any occurrences of ELT as a member of LIST.
  3634. The modified LIST is returned.  Comparison is done with `equal'.
  3635. If the first member of LIST is ELT, there is no way to remove it by side effect;
  3636. therefore, write `(setq foo (delete element foo))'
  3637. to be sure of changing the value of `foo'.
  3638.  
  3639. arguments: (elt list)Fnreverse
  3640. Reverse LIST by modifying cdr pointers.
  3641. Returns the beginning of the reversed list.
  3642.  
  3643. arguments: (list)Freverse
  3644. Reverse LIST, copying.  Returns the beginning of the reversed list.
  3645. See also the function `nreverse', which is used more often.
  3646.  
  3647. arguments: (list)Fsort
  3648. Sort LIST, stably, comparing elements using PREDICATE.
  3649. Returns the sorted list.  LIST is modified by side effects.
  3650. PREDICATE is called with two elements of LIST, and should return T
  3651. if the first element is "less" than the second.
  3652.  
  3653. arguments: (list pred)Fget
  3654. Return the value of SYMBOL's PROPNAME property.
  3655. This is the last VALUE stored with `(put SYMBOL PROPNAME VALUE)'.
  3656.  
  3657. arguments: (sym prop)Fput
  3658. Store SYMBOL's PROPNAME property with value VALUE.
  3659. It can be retrieved with `(get SYMBOL PROPNAME)'.
  3660.  
  3661. arguments: (sym prop val)Fequal
  3662. T if two Lisp objects have similar structure and contents.
  3663. They must have the same data type.
  3664. Conses are compared by comparing the cars and the cdrs.
  3665. Vectors and strings are compared element by element.
  3666. Numbers are compared by value, but integers cannot equal floats.
  3667.  (Use `=' if you want integers and floats to be able to be equal.)
  3668. Symbols must match exactly.
  3669.  
  3670. arguments: (o1 o2)Ffillarray
  3671. Store each element of ARRAY with ITEM.  ARRAY is a vector or string.
  3672.  
  3673. arguments: (array item)Fnconc
  3674. Concatenate any number of lists by altering them.
  3675. Only the last argument is not altered, and need not be a list.Fmapconcat
  3676. Apply FN to each element of SEQ, and concat the results as strings.
  3677. In between each pair of results, stick in SEP.
  3678. Thus, " " as SEP results in spaces between the values return by FN.
  3679.  
  3680. arguments: (fn seq sep)Fmapcar
  3681. Apply FUNCTION to each element of SEQUENCE, and make a list of the results.
  3682. The result is a list just as long as SEQUENCE.
  3683. SEQUENCE may be a list, a vector or a string.
  3684.  
  3685. arguments: (fn seq)Fy-or-n-p
  3686. Ask user a "y or n" question.  Return t if answer is "y".
  3687. Takes one argument, which is the string to display to ask the question.
  3688. It should end in a space; `y-or-n-p' adds `(y or n) ' to it.
  3689. No confirmation of the answer is requested; a single character is enough.
  3690. Also accepts Space to mean yes, or Delete to mean no.
  3691.  
  3692. arguments: (prompt)Fyes-or-no-p
  3693. Ask user a yes-or-no question.  Return t if answer is yes.
  3694. Takes one argument, which is the string to display to ask the question.
  3695. It should end in a space; `yes-or-no-p' adds `(yes or no) ' to it.
  3696. The user must confirm the answer with RET,
  3697. and can edit it until it as been confirmed.
  3698.  
  3699. arguments: (prompt)Fload-average
  3700. Return list of 1 minute, 5 minute and 15 minute load averages.
  3701. Each of the three load averages is multiplied by 100,
  3702. then converted to integer.
  3703. If the 5-minute or 15-minute load averages are not available, return a
  3704. shortened list, containing only those averages which are available.
  3705.  
  3706. arguments: ()Ffeaturep
  3707. Returns t if FEATURE is present in this Emacs.
  3708. Use this to conditionalize execution of lisp code based on the presence or
  3709. absence of emacs or environment extensions.
  3710. Use `provide' to declare that a feature is available.
  3711. This function looks at the value of the variable `features'.
  3712.  
  3713. arguments: (feature)Fprovide
  3714. Announce that FEATURE is a feature of the current Emacs.
  3715.  
  3716. arguments: (feature)Frequire
  3717. If feature FEATURE is not loaded, load it from FILENAME.
  3718. If FEATURE is not a member of the list `features', then the feature
  3719. is not loaded; so load the file FILENAME.
  3720. If FILENAME is omitted, the printname of FEATURE is used as the file name.
  3721.  
  3722. arguments: (feature &optional file-name)Vfeatures
  3723. A list of symbols which are the features of the executing emacs.
  3724. Used by `featurep' and `require', and altered by `provide'.Fwrite-char
  3725. Output character CHAR to stream STREAM.
  3726. STREAM defaults to the value of `standard-output' (which see).
  3727.  
  3728. arguments: (ch &optional printcharfun)Fwith-output-to-temp-buffer
  3729. Bind `standard-output' to buffer BUFNAME, eval BODY, then show that buffer.
  3730. The buffer is cleared out initially, and marked as unmodified when done.
  3731. All output done by BODY is inserted in that buffer by default.
  3732. The buffer is displayed in another window, but not selected.
  3733. The value of the last form in BODY is returned.
  3734. If BODY does not finish normally, the buffer BUFNAME is not displayed.
  3735.  
  3736. If variable `temp-buffer-show-function' is non-nil, call it at the end
  3737. to get the buffer displayed.  It gets one argument, the buffer to display.Fterpri
  3738. Output a newline to STREAM.
  3739. If STREAM is omitted or nil, the value of `standard-output' is used.
  3740.  
  3741. arguments: (&optional printcharfun)Fprin1
  3742. Output the printed representation of OBJECT, any Lisp object.
  3743. Quoting characters are printed when needed to make output that `read'
  3744. can handle, whenever this is possible.
  3745. Output stream is STREAM, or value of `standard-output' (which see).
  3746.  
  3747. arguments: (obj &optional printcharfun)Fprin1-to-string
  3748. Return a string containing the printed representation of OBJECT,
  3749. any Lisp object.  Quoting characters are used when needed to make output
  3750. that `read' can handle, whenever this is possible, unless the optional
  3751. second argument NOESCAPE is non-nil.
  3752.  
  3753. arguments: (obj &optional noescape)Fprinc
  3754. Output the printed representation of OBJECT, any Lisp object.
  3755. No quoting characters are used; no delimiters are printed around
  3756. the contents of strings.
  3757. Output stream is STREAM, or value of standard-output (which see).
  3758.  
  3759. arguments: (obj &optional printcharfun)Fprint
  3760. Output the printed representation of OBJECT, with newlines around it.
  3761. Quoting characters are printed when needed to make output that `read'
  3762. can handle, whenever this is possible.
  3763. Output stream is STREAM, or value of `standard-output' (which see).
  3764.  
  3765. arguments: (obj &optional printcharfun)Fexternal-debugging-output
  3766. Write CHARACTER to stderr.
  3767. You can call print while debugging emacs, and pass it this function
  3768. to make it write to the debugging output.
  3769.  
  3770.  
  3771. arguments: (character)Vstandard-output
  3772. Output stream `print' uses by default for outputting a character.
  3773. This may be any function of one argument.
  3774. It may also be a buffer (output is inserted before point)
  3775. or a marker (output is inserted and the marker is advanced)
  3776. or the symbol t (output appears in the minibuffer line).Vfloat-output-format
  3777. The format descriptor string used to print floats.
  3778. This is a %-spec like those accepted by `printf' in C,
  3779. but with some restrictions.  It must start with the two characters `%.'.
  3780. After that comes an integer precision specification,
  3781. and then a letter which controls the format.
  3782. The letters allowed are `e', `f' and `g'.
  3783. Use `e' for exponential notation "DIG.DIGITSeEXPT"
  3784. Use `f' for decimal point notation "DIGITS.DIGITS".
  3785. Use `g' to choose the shorter of those two formats for the number at hand.
  3786. The precision in any of these cases is the number of digits following
  3787. the decimal point.  With `f', a precision of 0 means to omit the
  3788. decimal point.  0 is not allowed with `e' or `g'.
  3789.  
  3790. A value of nil means to use `%.20g'.Vprint-length
  3791. Maximum length of list to print before abbreviating.
  3792. A value of nil means no limit.Vprint-level
  3793. Maximum depth of list nesting to print before abbreviating.
  3794. A value of nil means no limit.Vprint-escape-newlines
  3795. Non-nil means print newlines in strings as backslash-n.Fread-char
  3796. Read a character from the command input (keyboard or macro).
  3797. It is returned as a number.
  3798. If the user generates an event which is not a character (i.e. a mouse
  3799. click or function key event), `read-char' signals an error.  As an
  3800. exception, switch-frame events are put off until non-ASCII events can
  3801. be read.
  3802. If you want to read non-character events, or ignore them, call
  3803. `read-event' or `read-char-exclusive' instead.
  3804.  
  3805. arguments: ()Fread-event
  3806. Read an event object from the input stream.
  3807.  
  3808. arguments: ()Fread-char-exclusive
  3809. Read a character from the command input (keyboard or macro).
  3810. It is returned as a number.  Non character events are ignored.
  3811.  
  3812. arguments: ()Fget-file-char
  3813. Don't use this yourself.
  3814.  
  3815. arguments: ()Fload
  3816. Execute a file of Lisp code named FILE.
  3817. First try FILE with `.elc' appended, then try with `.el',
  3818.  then try FILE unmodified.
  3819. This function searches the directories in `load-path'.
  3820. If optional second arg NOERROR is non-nil,
  3821.  report no error if FILE doesn't exist.
  3822. Print messages at start and end of loading unless
  3823.  optional third arg NOMESSAGE is non-nil.
  3824. If optional fourth arg NOSUFFIX is non-nil, don't try adding
  3825.  suffixes `.elc' or `.el' to the specified name FILE.
  3826. Return t if file exists.
  3827.  
  3828. arguments: (str &optional noerror nomessage nosuffix)Feval-buffer
  3829. Execute the current buffer as Lisp code.
  3830. Programs can pass two arguments, BUFFER and PRINTFLAG.
  3831. BUFFER is the buffer to evaluate (nil means use current buffer).
  3832. PRINTFLAG controls printing of output:
  3833. nil means discard it; anything else is stream for print.
  3834.  
  3835. If there is no error, point does not move.  If there is an error,
  3836. point remains at the end of the last character read from the buffer.
  3837.  
  3838. arguments: (&optional bufname printflag)Feval-current-buffer
  3839. Execute the current buffer as Lisp code.
  3840. Programs can pass argument PRINTFLAG which controls printing of output:
  3841. nil means discard it; anything else is stream for print.
  3842.  
  3843. If there is no error, point does not move.  If there is an error,
  3844. point remains at the end of the last character read from the buffer.
  3845.  
  3846. arguments: (&optional printflag)Feval-region
  3847. Execute the region as Lisp code.
  3848. When called from programs, expects two arguments,
  3849. giving starting and ending indices in the current buffer
  3850. of the text to be executed.
  3851. Programs can pass third argument PRINTFLAG which controls output:
  3852. nil means discard it; anything else is stream for printing it.
  3853.  
  3854. If there is no error, point does not move.  If there is an error,
  3855. point remains at the end of the last character read from the buffer.
  3856.  
  3857. arguments: (b e &optional printflag)Fread
  3858. Read one Lisp expression as text from STREAM, return as Lisp object.
  3859. If STREAM is nil, use the value of `standard-input' (which see).
  3860. STREAM or the value of `standard-input' may be:
  3861.  a buffer (read from point and advance it)
  3862.  a marker (read from where it points and advance it)
  3863.  a function (call it with no arguments for each character,
  3864.      call it with a char as argument to push a char back)
  3865.  a string (takes text from string, starting at the beginning)
  3866.  t (read text line using minibuffer and use it).
  3867.  
  3868. arguments: (&optional readcharfun)Fread-from-string
  3869. Read one Lisp expression which is represented as text by STRING.
  3870. Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
  3871. START and END optionally delimit a substring of STRING from which to read;
  3872.  they default to 0 and (length STRING) respectively.
  3873.  
  3874. arguments: (string &optional start end)Fintern
  3875. Return the canonical symbol whose name is STRING.
  3876. If there is none, one is created by this function and returned.
  3877. A second optional argument specifies the obarray to use;
  3878. it defaults to the value of `obarray'.
  3879.  
  3880. arguments: (str &optional obarray)Fintern-soft
  3881. Return the canonical symbol whose name is STRING, or nil if none exists.
  3882. A second optional argument specifies the obarray to use;
  3883. it defaults to the value of `obarray'.
  3884.  
  3885. arguments: (str &optional obarray)Fmapatoms
  3886. Call FUNCTION on every symbol in OBARRAY.
  3887. OBARRAY defaults to the value of `obarray'.
  3888.  
  3889. arguments: (function &optional obarray)Vobarray
  3890. Symbol table for use by `intern' and `read'.
  3891. It is a vector whose length ought to be prime for best results.
  3892. The vector's contents don't make sense if examined from Lisp programs;
  3893. to find all the symbols in an obarray, use `mapatoms'.Vvalues
  3894. List of values of all expressions which were read, evaluated and printed.
  3895. Order is reverse chronological.Vstandard-input
  3896. Stream for read to get input from.
  3897. See documentation of `read' for possible values.Vload-path
  3898. *List of directories to search for files to load.
  3899. Each element is a string (directory name) or nil (try default directory).
  3900. Initialized based on EMACSLOADPATH environment variable, if any,
  3901. otherwise to default specified by file `paths.h' when Emacs was built.Vload-in-progress
  3902. Non-nil iff inside of `load'.Vafter-load-alist
  3903. An alist of expressions to be evalled when particular files are loaded.
  3904. Each element looks like (FILENAME FORMS...).
  3905. When `load' is run and the file-name argument is FILENAME,
  3906. the FORMS in the corresponding element are executed at the end of loading.
  3907.  
  3908. FILENAME must match exactly!  Normally FILENAME is the name of a library,
  3909. with no directory specified, since that is how `load' is normally called.
  3910. An error in FORMS does not undo the load,
  3911. but does prevent execution of the rest of the FORMS.Vload-history
  3912. Alist mapping source file names to symbols and features.
  3913. Each alist element is a list that starts with a file name,
  3914. except for one element (optional) that starts with nil and describes
  3915. definitions evaluated from buffers not visiting files.
  3916. The remaining elements of each list are symbols defined as functions
  3917. or variables, and cons cells `(provide . FEATURE)' and `(require . FEATURE)'.Vcurrent-load-list
  3918. Used for internal purposes by `load'.Fmake-abbrev-table
  3919. Create a new, empty abbrev table object.
  3920.  
  3921. arguments: ()Fclear-abbrev-table
  3922. Undefine all abbrevs in abbrev table TABLE, leaving it empty.
  3923.  
  3924. arguments: (table)Fdefine-abbrev
  3925. Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK.
  3926. NAME and EXPANSION are strings.
  3927. To undefine an abbrev, define it with EXPANSION = nil.
  3928. If HOOK is non-nil, it should be a function of no arguments;
  3929. it is called after EXPANSION is inserted.
  3930.  
  3931. arguments: (table name expansion &optional hook count)Fdefine-global-abbrev
  3932. Define ABBREV as a global abbreviation for EXPANSION.
  3933.  
  3934. arguments: (name expansion)Fdefine-mode-abbrev
  3935. Define ABBREV as a mode-specific abbreviation for EXPANSION.
  3936.  
  3937. arguments: (name expansion)Fabbrev-symbol
  3938. Return the symbol representing abbrev named ABBREV.
  3939. This symbol's name is ABBREV, but it is not the canonical symbol of that name;
  3940. it is interned in an abbrev-table rather than the normal obarray.
  3941. The value is nil if that abbrev is not defined.
  3942. Optional second arg TABLE is abbrev table to look it up in.
  3943. The default is to try buffer's mode-specific abbrev table, then global table.
  3944.  
  3945. arguments: (abbrev &optional table)Fabbrev-expansion
  3946. Return the string that ABBREV expands into in the current buffer.
  3947. Optionally specify an abbrev table as second arg;
  3948. then ABBREV is looked up in that table only.
  3949.  
  3950. arguments: (abbrev &optional table)Fexpand-abbrev
  3951. Expand the abbrev before point, if there is an abbrev there.
  3952. Effective when explicitly called even when `abbrev-mode' is nil.
  3953. Returns t if expansion took place.
  3954.  
  3955. arguments: ()Funexpand-abbrev
  3956. Undo the expansion of the last abbrev that expanded.
  3957. This differs from ordinary undo in that other editing done since then
  3958. is not undone.
  3959.  
  3960. arguments: ()Finsert-abbrev-table-description
  3961. Insert before point a full description of abbrev table named NAME.
  3962. NAME is a symbol whose value is an abbrev table.
  3963. If optional 2nd arg HUMAN is non-nil, a human-readable description is inserted.
  3964. Otherwise the description is an expression,
  3965. a call to `define-abbrev-table', which would
  3966. define the abbrev table NAME exactly as it is currently defined.
  3967.  
  3968. arguments: (name &optional readable)Fdefine-abbrev-table
  3969. Define TABNAME (a symbol) as an abbrev table name.
  3970. Define abbrevs in it according to DEFINITIONS, which is a list of elements
  3971. of the form (ABBREVNAME EXPANSION HOOK USECOUNT).
  3972.  
  3973. arguments: (tabname defns)Vabbrev-table-name-list
  3974. List of symbols whose values are abbrev tables.Vglobal-abbrev-table
  3975. The abbrev table whose abbrevs affect all buffers.
  3976. Each buffer may also have a local abbrev table.
  3977. If it does, the local table overrides the global one
  3978. for any particular abbrev defined in both.Vfundamental-mode-abbrev-table
  3979. The abbrev table of mode-specific abbrevs for Fundamental Mode.Vlast-abbrev
  3980. The abbrev-symbol of the last abbrev expanded.  See `abbrev-symbol'.Vlast-abbrev-text
  3981. The exact text of the last abbrev expanded.
  3982. nil if the abbrev has already been unexpanded.Vlast-abbrev-location
  3983. The location of the start of the last abbrev expanded.Vabbrev-start-location
  3984. Buffer position for `expand-abbrev' to use as the start of the abbrev.
  3985. nil means use the word before point as the abbrev.
  3986. Calling `expand-abbrev' sets this to nil.Vabbrev-start-location-buffer
  3987. Buffer that `abbrev-start-location' has been set for.
  3988. Trying to expand an abbrev in any other buffer clears `abbrev-start-location'.Vlocal-abbrev-table
  3989. Local (mode-specific) abbrev table of current buffer.Vabbrevs-changed
  3990. Set non-nil by defining or altering any word abbrevs.
  3991. This causes `save-some-buffers' to offer to save the abbrevs.Vabbrev-all-caps
  3992. *Set non-nil means expand multi-word abbrevs all caps if abbrev was so.Vpre-abbrev-expand-hook
  3993. Function or functions to be called before abbrev expansion is done.
  3994. This is the first thing that `expand-abbrev' does, and so this may change
  3995. the current abbrev table before abbrev lookup happens.Fsyntax-table-p
  3996. Return t if ARG is a syntax table.
  3997. Any vector of 256 elements will do.
  3998.  
  3999. arguments: (obj)Fsyntax-table
  4000. Return the current syntax table.
  4001. This is the one specified by the current buffer.
  4002.  
  4003. arguments: ()Fstandard-syntax-table
  4004. Return the standard syntax table.
  4005. This is the one used for new buffers.
  4006.  
  4007. arguments: ()Fcopy-syntax-table
  4008. Construct a new syntax table and return it.
  4009. It is a copy of the TABLE, which defaults to the standard syntax table.
  4010.  
  4011. arguments: (&optional table)Fset-syntax-table
  4012. Select a new syntax table for the current buffer.
  4013. One argument, a syntax table.
  4014.  
  4015. arguments: (table)Fchar-syntax
  4016. Return the syntax code of CHAR, described by a character.
  4017. For example, if CHAR is a word constituent, the character `?w' is returned.
  4018. The characters that correspond to various syntax codes
  4019. are listed in the documentation of `modify-syntax-entry'.
  4020.  
  4021. arguments: (ch)Fmodify-syntax-entry
  4022. Set syntax for character CHAR according to string S.
  4023. The syntax is changed only for table TABLE, which defaults to
  4024.  the current buffer's syntax table.
  4025. The first character of S should be one of the following:
  4026.   Space or -  whitespace syntax.    w   word constituent.
  4027.   _           symbol constituent.   .   punctuation.
  4028.   (           open-parenthesis.     )   close-parenthesis.
  4029.   "           string quote.         \   escape.
  4030.   $           paired delimiter.     '   expression quote or prefix operator.
  4031.   <           comment starter.      >   comment ender.
  4032.                   
  4033.   /           character-quote.
  4034. Only single-character comment start and end sequences are represented thus.
  4035. Two-character sequences are represented as described below.
  4036. The second character of S is the matching parenthesis,
  4037.  used only if the first character is `(' or `)'.
  4038. Any additional characters are flags.
  4039. Defined flags are the characters 1, 2, 3, 4, b, and p.
  4040.  1 means C is the start of a two-char comment start sequence.
  4041.  2 means C is the second character of such a sequence.
  4042.  3 means C is the start of a two-char comment end sequence.
  4043.  4 means C is the second character of such a sequence.
  4044.  
  4045. There can be up to two orthogonal comment sequences. This is to support
  4046. language modes such as C++.  By default, all comment sequences are of style
  4047. a, but you can set the comment sequence style to b (on the second character of a
  4048. comment-start, or the first character of a comment-end sequence) by using
  4049. this flag:
  4050.  b means C is part of comment sequence b.
  4051.  
  4052.  p means C is a prefix character for `backward-prefix-chars';
  4053.    such characters are treated as whitespace when they occur
  4054.    between expressions.
  4055.  
  4056. arguments: (char s &optional table)Fdescribe-syntax
  4057. Describe the syntax specifications in the syntax table.
  4058. The descriptions are inserted in a buffer, which is then displayed.
  4059.  
  4060. arguments: ()Fforward-word
  4061. Move point forward ARG words (backward if ARG is negative).
  4062. Normally returns t.
  4063. If an edge of the buffer is reached, point is left there
  4064. and nil is returned.
  4065.  
  4066. arguments: (count)Fforward-comment
  4067. Move forward across up to N comments.  If N is negative, move backward.
  4068. Stop scanning if we find something other than a comment or whitespace.
  4069. Set point to where scanning stops.
  4070. If N comments are found as expected, with nothing except whitespace
  4071. between them, return t; otherwise return nil.
  4072.  
  4073. arguments: (count)Fscan-lists
  4074. Scan from character number FROM by COUNT lists.
  4075. Returns the character number of the position thus found.
  4076.  
  4077. If DEPTH is nonzero, paren depth begins counting from that value,
  4078. only places where the depth in parentheses becomes zero
  4079. are candidates for stopping; COUNT such places are counted.
  4080. Thus, a positive value for DEPTH means go out levels.
  4081.  
  4082. Comments are ignored if `parse-sexp-ignore-comments' is non-nil.
  4083.  
  4084. If the beginning or end of (the accessible part of) the buffer is reached
  4085. and the depth is wrong, an error is signaled.
  4086. If the depth is right but the count is not used up, nil is returned.
  4087.  
  4088. arguments: (from count depth)Fscan-sexps
  4089. Scan from character number FROM by COUNT balanced expressions.
  4090. If COUNT is negative, scan backwards.
  4091. Returns the character number of the position thus found.
  4092.  
  4093. Comments are ignored if `parse-sexp-ignore-comments' is non-nil.
  4094.  
  4095. If the beginning or end of (the accessible part of) the buffer is reached
  4096. in the middle of a parenthetical grouping, an error is signaled.
  4097. If the beginning or end is reached between groupings
  4098. but before count is used up, nil is returned.
  4099.  
  4100. arguments: (from count)Fbackward-prefix-chars
  4101. Move point backward over any number of chars with prefix syntax.
  4102. This includes chars with "quote" or "prefix" syntax (' or p).
  4103.  
  4104. arguments: ()Fparse-partial-sexp
  4105. Parse Lisp syntax starting at FROM until TO; return status of parse at TO.
  4106. Parsing stops at TO or when certain criteria are met;
  4107.  point is set to where parsing stops.
  4108. If fifth arg STATE is omitted or nil,
  4109.  parsing assumes that FROM is the beginning of a function.
  4110. Value is a list of eight elements describing final state of parsing:
  4111.  1. depth in parens.
  4112.  2. character address of start of innermost containing list; nil if none.
  4113.  3. character address of start of last complete sexp terminated.
  4114.  4. non-nil if inside a string.
  4115.     (it is the character that will terminate the string.)
  4116.  5. t if inside a comment.
  4117.  6. t if following a quote character.
  4118.  7. the minimum paren-depth encountered during this scan.
  4119.  8. t if in a comment of style `b'.
  4120. If third arg TARGETDEPTH is non-nil, parsing stops if the depth
  4121. in parentheses becomes equal to TARGETDEPTH.
  4122. Fourth arg STOPBEFORE non-nil means stop when come to
  4123.  any character that starts a sexp.
  4124. Fifth arg STATE is a seven-list like what this function returns.
  4125. It is used to initialize the state of the parse.  Its second and third
  4126. elements are ignored.
  4127. Sixth args COMMENTSTOP non-nil means stop at the start of a comment.
  4128.  
  4129. arguments: (from to &optional targetdepth stopbefore state commentstop)Vparse-sexp-ignore-comments
  4130. Non-nil means `forward-sexp', etc., should treat comments as whitespace.Vwords-include-escapes
  4131. Non-nil means `forward-word', etc., should treat escape chars part of words.Fml-if
  4132. Mocklisp version of `if'.Fml-nargs
  4133. Number of arguments to currently executing mocklisp function.
  4134.  
  4135. arguments: ()Fml-arg
  4136. Argument number N to currently executing mocklisp function.
  4137.  
  4138. arguments: (n &optional prompt)Fml-interactive
  4139. True if currently executing mocklisp function was called interactively.
  4140.  
  4141. arguments: ()Fml-provide-prefix-argument
  4142. Evaluate second argument, using first argument as prefix arg value.Fml-prefix-argument-loop
  4143. Fml-substr
  4144. Return a substring of STRING, starting at index FROM and of length LENGTH.
  4145. If either FROM or LENGTH is negative, the length of STRING is added to it.
  4146.  
  4147. arguments: (string from to)Finsert-string
  4148. Mocklisp-compatibility insert function.
  4149. Like the function `insert' except that any argument that is a number
  4150. is converted into a string by expressing it in decimal.Fbyte-code
  4151. Function used internally in byte-compiled code.
  4152. The first argument is a string of byte code; the second, a vector of constants;
  4153. the third, the maximum stack depth used in this function.
  4154. If the third argument is incorrect, Emacs may crash.
  4155.  
  4156. arguments: (bytestr vector maxdepth)Vbyte-code-meter
  4157. A vector of vectors which holds a histogram of byte-code usage.
  4158. (aref (aref byte-code-meter 0) CODE) indicates how many times the byte
  4159. opcode CODE has been executed.
  4160. (aref (aref byte-code-meter CODE1) CODE2), where CODE1 is not 0,
  4161. indicates how many times the byte opcodes CODE1 and CODE2 have been
  4162. executed in succession.Vbyte-metering-on
  4163. If non-nil, keep profiling information on byte code usage.
  4164. The variable byte-code-meter indicates how often each byte opcode is used.
  4165. If a symbol has a property named `byte-code-meter' whose value is an
  4166. integer, it is incremented each time that symbol's function is called.Fprocessp
  4167. Return t if OBJECT is a process.
  4168.  
  4169. arguments: (obj)Fget-process
  4170. Return the process named NAME, or nil if there is none.
  4171.  
  4172. arguments: (name)Fget-buffer-process
  4173. Return the (or, a) process associated with BUFFER.
  4174. BUFFER may be a buffer or the name of one.
  4175.  
  4176. arguments: (name)Fdelete-process
  4177. Delete PROCESS: kill it and forget about it immediately.
  4178. PROCESS may be a process, a buffer, the name of a process or buffer, or
  4179. nil, indicating the current buffer's process.
  4180.  
  4181. arguments: (proc)Fprocess-status
  4182. Return the status of PROCESS: a symbol, one of these:
  4183. run  -- for a process that is running.
  4184. stop -- for a process stopped but continuable.
  4185. exit -- for a process that has exited.
  4186. signal -- for a process that has got a fatal signal.
  4187. open -- for a network stream connection that is open.
  4188. closed -- for a network stream connection that is closed.
  4189. nil -- if arg is a process name and no such process exists.
  4190. PROCESS may be a process, a buffer, the name of a process or buffer, or
  4191. nil, indicating the current buffer's process.
  4192.  
  4193. arguments: (proc)Fprocess-exit-status
  4194. Return the exit status of PROCESS or the signal number that killed it.
  4195. If PROCESS has not yet exited or died, return 0.
  4196.  
  4197. arguments: (proc)Fprocess-id
  4198. Return the process id of PROCESS.
  4199. This is the pid of the Unix process which PROCESS uses or talks to.
  4200. For a network connection, this value is nil.
  4201.  
  4202. arguments: (proc)Fprocess-name
  4203. Return the name of PROCESS, as a string.
  4204. This is the name of the program invoked in PROCESS,
  4205. possibly modified to make it unique among process names.
  4206.  
  4207. arguments: (proc)Fprocess-command
  4208. Return the command that was executed to start PROCESS.
  4209. This is a list of strings, the first string being the program executed
  4210. and the rest of the strings being the arguments given to it.
  4211. For a non-child channel, this is nil.
  4212.  
  4213. arguments: (proc)Fset-process-buffer
  4214. Set buffer associated with PROCESS to BUFFER (a buffer, or nil).
  4215.  
  4216. arguments: (proc buffer)Fprocess-buffer
  4217. Return the buffer PROCESS is associated with.
  4218. Output from PROCESS is inserted in this buffer
  4219. unless PROCESS has a filter.
  4220.  
  4221. arguments: (proc)Fprocess-mark
  4222. Return the marker for the end of the last output from PROCESS.
  4223.  
  4224. arguments: (proc)Fset-process-filter
  4225. Give PROCESS the filter function FILTER; nil means no filter.
  4226. When a process has a filter, each time it does output
  4227. the entire string of output is passed to the filter.
  4228. The filter gets two arguments: the process and the string of output.
  4229. If the process has a filter, its buffer is not used for output.
  4230.  
  4231. arguments: (proc filter)Fprocess-filter
  4232. Returns the filter function of PROCESS; nil if none.
  4233. See `set-process-filter' for more info on filter functions.
  4234.  
  4235. arguments: (proc)Fset-process-sentinel
  4236. Give PROCESS the sentinel SENTINEL; nil for none.
  4237. The sentinel is called as a function when the process changes state.
  4238. It gets two arguments: the process, and a string describing the change.
  4239.  
  4240. arguments: (proc sentinel)Fprocess-sentinel
  4241. Return the sentinel of PROCESS; nil if none.
  4242. See `set-process-sentinel' for more info on sentinels.
  4243.  
  4244. arguments: (proc)Fprocess-kill-without-query
  4245. Say no query needed if PROCESS is running when Emacs is exited.
  4246. Optional second argument if non-nill says to require a query.
  4247. Value is t if a query was formerly required.
  4248.  
  4249. arguments: (proc &optional value)Flist-processes
  4250. Display a list of all processes.
  4251. (Any processes listed as Exited or Signaled are actually eliminated
  4252. after the listing is made.)
  4253.  
  4254. arguments: ()Fprocess-list
  4255. Return a list of all processes.
  4256.  
  4257. arguments: ()Fstart-process
  4258. Start a program in a subprocess.  Return the process object for it.
  4259. Args are NAME BUFFER PROGRAM &rest PROGRAM-ARGS
  4260. NAME is name for process.  It is modified if necessary to make it unique.
  4261. BUFFER is the buffer or (buffer-name) to associate with the process.
  4262.  Process output goes at end of that buffer, unless you specify
  4263.  an output stream or filter function to handle the output.
  4264.  BUFFER may be also nil, meaning that this process is not associated
  4265.  with any buffer
  4266. Third arg is program file name.  It is searched for as in the shell.
  4267. Remaining arguments are strings to give program as arguments.Fopen-network-stream
  4268. Open a TCP connection for a service to a host.
  4269. Returns a subprocess-object to represent the connection.
  4270. Input and output work as for subprocesses; `delete-process' closes it.
  4271. Args are NAME BUFFER HOST SERVICE.
  4272. NAME is name for process.  It is modified if necessary to make it unique.
  4273. BUFFER is the buffer (or buffer-name) to associate with the process.
  4274.  Process output goes at end of that buffer, unless you specify
  4275.  an output stream or filter function to handle the output.
  4276.  BUFFER may be also nil, meaning that this process is not associated
  4277.  with any buffer
  4278. Third arg is name of the host to connect to, or its IP address.
  4279. Fourth arg SERVICE is name of the service desired, or an integer
  4280.  specifying a port number to connect to.
  4281.  
  4282. arguments: (name buffer host service)Faccept-process-output
  4283. Allow any pending output from subprocesses to be read by Emacs.
  4284. It is read into the process' buffers or given to their filter functions.
  4285. Non-nil arg PROCESS means do not return until some output has been received
  4286. from PROCESS.
  4287. Non-nil second arg TIMEOUT and third arg TIMEOUT-MSECS are number of
  4288. seconds and microseconds to wait; return after that much time whether
  4289. or not there is input.
  4290. Return non-nil iff we received any output before the timeout expired.
  4291.  
  4292. arguments: (&optional proc timeout timeout-msecs)Fwaiting-for-user-input-p
  4293. Returns non-NIL if emacs is waiting for input from the user.
  4294. This is intended for use by asynchronous process output filters and sentinels.
  4295.  
  4296. arguments: ()Fprocess-send-region
  4297. Send current contents of region as input to PROCESS.
  4298. PROCESS may be a process, a buffer, the name of a process or buffer, or
  4299. nil, indicating the current buffer's process.
  4300. Called from program, takes three arguments, PROCESS, START and END.
  4301. If the region is more than 500 characters long,
  4302. it is sent in several bunches.  This may happen even for shorter regions.
  4303. Output from processes can arrive in between bunches.
  4304.  
  4305. arguments: (process start end)Fprocess-send-string
  4306. Send PROCESS the contents of STRING as input.
  4307. PROCESS may be a process, a buffer, the name of a process or buffer, or
  4308. nil, indicating the current buffer's process.
  4309. If STRING is more than 500 characters long,
  4310. it is sent in several bunches.  This may happen even for shorter strings.
  4311. Output from processes can arrive in between bunches.
  4312.  
  4313. arguments: (process string)Finterrupt-process
  4314. Interrupt process PROCESS.  May be process or name of one.
  4315. PROCESS may be a process, a buffer, or the name of a process or buffer.
  4316. Nil or no arg means current buffer's process.
  4317. Second arg CURRENT-GROUP non-nil means send signal to
  4318. the current process-group of the process's controlling terminal
  4319. rather than to the process's own process group.
  4320. If the process is a shell, this means interrupt current subjob
  4321. rather than the shell.
  4322.  
  4323. arguments: (&optional process current-group)Fkill-process
  4324. Kill process PROCESS.  May be process or name of one.
  4325. See function `interrupt-process' for more details on usage.
  4326.  
  4327. arguments: (&optional process current-group)Fquit-process
  4328. Send QUIT signal to process PROCESS.  May be process or name of one.
  4329. See function `interrupt-process' for more details on usage.
  4330.  
  4331. arguments: (&optional process current-group)Fstop-process
  4332. Stop process PROCESS.  May be process or name of one.
  4333. See function `interrupt-process' for more details on usage.
  4334.  
  4335. arguments: (&optional process current-group)Fcontinue-process
  4336. Continue process PROCESS.  May be process or name of one.
  4337. See function `interrupt-process' for more details on usage.
  4338.  
  4339. arguments: (&optional process current-group)Fsignal-process
  4340. Send the process with number PID the signal with code CODE.
  4341. Both PID and CODE are integers.
  4342.  
  4343. arguments: (pid sig)Fprocess-send-eof
  4344. Make PROCESS see end-of-file in its input.
  4345. Eof comes after any text already sent to it.
  4346. PROCESS may be a process, a buffer, the name of a process or buffer, or
  4347. nil, indicating the current buffer's process.
  4348.  
  4349. arguments: (&optional process)Fprocess-connection
  4350. Return the connection type of `PROCESS'.  This can be nil (pipe),
  4351. t or pty (pty) or stream (socket connection).
  4352.  
  4353. arguments: (&optional process)Vdelete-exited-processes
  4354. *Non-nil means delete processes immediately when they exit.
  4355. nil means don't delete them until `list-processes' is run.Vprocess-connection-type
  4356. Control type of device used to communicate with subprocesses.
  4357. Values are nil to use a pipe, and t or 'pty for a pty.  Note that if
  4358. pty's are not available, this variable will be ignored. The value takes
  4359. effect when `start-process' is called.Fget-buffer-process
  4360. Return the (or, a) process associated with BUFFER.
  4361. This copy of Emacs has not been built to support subprocesses, so this
  4362. function always returns nil.
  4363.  
  4364. arguments: (name)Fcall-process
  4365. Call PROGRAM synchronously in separate process.
  4366. The program's input comes from file INFILE (nil means `/dev/null').
  4367. Insert output in BUFFER before point; t means current buffer;
  4368.  nil for BUFFER means discard it; 0 means discard and don't wait.
  4369. Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  4370. Remaining arguments are strings passed as command arguments to PROGRAM.
  4371. If BUFFER is 0, returns immediately with value nil.
  4372. Otherwise waits for PROGRAM to terminate
  4373. and returns a numeric exit status or a signal description string.
  4374. If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.Fcall-process-region
  4375. Send text from START to END to a synchronous process running PROGRAM.
  4376. Delete the text if fourth arg DELETE is non-nil.
  4377. Insert output in BUFFER before point; t means current buffer;
  4378.  nil for BUFFER means discard it; 0 means discard and don't wait.
  4379. Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  4380. Remaining args are passed to PROGRAM at startup as command args.
  4381. If BUFFER is nil, returns immediately with value nil.
  4382. Otherwise waits for PROGRAM to terminate
  4383. and returns a numeric exit status or a signal description string.
  4384. If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.Fgetenv
  4385. Return the value of environment variable VAR, as a string.
  4386. VAR should be a string.  Value is nil if VAR is undefined in the environment.
  4387. This function consults the variable ``process-environment'' for its value.
  4388.  
  4389. arguments: (var)Vshell-file-name
  4390. *File name to load inferior shells from.
  4391. Initialized from the SHELL environment variable.Vexec-path
  4392. *List of directories to search programs to run in subprocesses.
  4393. Each element is a string (directory name) or nil (try default directory).Vexec-directory
  4394. Directory of architecture-dependent files that come with GNU Emacs,
  4395. especially executable programs intended for Emacs to invoke.Vdata-directory
  4396. Directory of architecture-independent files that come with GNU Emacs,
  4397. intended for Emacs to use.Vconfigure-info-directory
  4398. For internal use by the build procedure only.
  4399. This is the name of the directory in which the build procedure installed
  4400. Emacs's info files; the default value for Info-default-directory-list
  4401. includes this.Vprocess-environment
  4402. List of environment variables for subprocesses to inherit.
  4403. Each element should be a string of the form ENVVARNAME=VALUE.
  4404. The environment which Emacs inherits is placed in this variable
  4405. when Emacs starts.
  4406. Vonly-global-abbrevs
  4407. *t means user plans to use global abbrevs only.
  4408. Makes the commands to define mode-specific abbrevs define global ones instead.
  4409. Fabbrev-mode
  4410. Toggle abbrev mode.
  4411. With argument ARG, turn abbrev mode on iff ARG is positive.
  4412. In abbrev mode, inserting an abbreviation causes it to expand
  4413. and be replaced by its expansion.
  4414. Vedit-abbrevs-map
  4415. Keymap used in edit-abbrevs.
  4416. Fkill-all-abbrevs
  4417. Undefine all defined abbrevs.
  4418. VBuffer-menu-mode-map
  4419.  
  4420. FBuffer-menu-mode
  4421. Major mode for editing a list of buffers.
  4422. Each line describes one of the buffers in Emacs.
  4423. Letters do not insert themselves; instead, they are commands.
  4424. \<Buffer-menu-mode-map>
  4425. \[Buffer-menu-mark] -- mark buffer to be displayed.
  4426. \[Buffer-menu-select] -- select buffer of line point is on.
  4427.   Also show buffers marked with m in other windows.
  4428. \[Buffer-menu-1-window] -- select that buffer in full-frame window.
  4429. \[Buffer-menu-2-window] -- select that buffer in one window,
  4430.   together with buffer selected before this one in another window.
  4431. \[Buffer-menu-this-window] -- select that buffer in place of the buffer menu buffer.
  4432. \[Buffer-menu-other-window] -- select that buffer in another window,
  4433.   so the buffer menu buffer remains visible in its window.
  4434. \[Buffer-menu-switch-other-window] -- switch the other window to this buffer.
  4435. \[Buffer-menu-visit-tags-table] -- visit-tags-table this buffer.
  4436. \[Buffer-menu-not-modified] -- clear modified-flag on that buffer.
  4437. \[Buffer-menu-save] -- mark that buffer to be saved, and move down.
  4438. \[Buffer-menu-delete] -- mark that buffer to be deleted, and move down.
  4439. \[Buffer-menu-delete-backwards] -- mark that buffer to be deleted, and move up.
  4440. \[Buffer-menu-execute] -- delete or save marked buffers.
  4441. \[Buffer-menu-unmark] -- remove all kinds of marks from current line.
  4442.   With prefix argument, also move up one line.
  4443. \[Buffer-menu-backup-unmark] -- back up a line and remove marks.
  4444. \[Buffer-menu-toggle-read-only] -- toggle read-only status of buffer on this line.
  4445. FBuffer-menu-buffer
  4446. Return buffer described by this line of buffer menu.
  4447. Fbuffer-menu
  4448. Make a menu of buffers so you can save, delete or select them.
  4449. With argument, show only buffers that are visiting files.
  4450. Type ? after invocation to get help on commands available.
  4451. Type q immediately to make the buffer menu go away and to restore
  4452. previous window configuration.
  4453. FBuffer-menu-quit
  4454. Quit the buffer menu.
  4455. FBuffer-menu-mark
  4456. Mark buffer on this line for being displayed by \<Buffer-menu-mode-map>\[Buffer-menu-select] command.
  4457. FBuffer-menu-unmark
  4458. Cancel all requested operations on buffer on this line and move down.
  4459. Optional ARG means move up.
  4460. FBuffer-menu-backup-unmark
  4461. Move up and cancel all requested operations on buffer on line above.
  4462. FBuffer-menu-delete
  4463. Mark buffer on this line to be deleted by \<Buffer-menu-mode-map>\[Buffer-menu-execute] command.
  4464. FBuffer-menu-delete-backwards
  4465. Mark buffer on this line to be deleted by \<Buffer-menu-mode-map>\[Buffer-menu-execute] command
  4466. and then move up one line
  4467. FBuffer-menu-save
  4468. Mark buffer on this line to be saved by \<Buffer-menu-mode-map>\[Buffer-menu-execute] command.
  4469. FBuffer-menu-not-modified
  4470. Mark buffer on this line as unmodified (no changes to save).
  4471. FBuffer-menu-execute
  4472. Save and/or delete buffers marked with \<Buffer-menu-mode-map>\[Buffer-menu-save] or \<Buffer-menu-mode-map>\[Buffer-menu-delete] commands.
  4473. FBuffer-menu-select
  4474. Select this line's buffer; also display buffers marked with `>'.
  4475. You can mark buffers with the \<Buffer-menu-mode-map>\[Buffer-menu-mark] command.
  4476. FBuffer-menu-visit-tags-table
  4477. Visit the tags table in the buffer on this line.  See `visit-tags-table'.
  4478. FBuffer-menu-1-window
  4479. Select this line's buffer, alone, in full frame.
  4480. FBuffer-menu-this-window
  4481. Select this line's buffer in this window.
  4482. FBuffer-menu-other-window
  4483. Select this line's buffer in other window, leaving buffer menu visible.
  4484. FBuffer-menu-switch-other-window
  4485. Make the other window select this line's buffer.
  4486. The current window remains selected.
  4487. Fdefsubst
  4488. Define an inline function.  The syntax is just like that of `defun'.
  4489. Vc-mode-abbrev-table
  4490. Abbrev table in use in C mode.
  4491. Vc-mode-map
  4492. Keymap used in C mode.
  4493. Fc-macro-expand
  4494. Display the result of expanding all C macros occurring in the region.
  4495. The expansion is entirely correct because it uses the C preprocessor.
  4496. Vc-mode-syntax-table
  4497. Syntax table in use in C-mode buffers.
  4498. Vc-indent-level
  4499. *Indentation of C statements with respect to containing block.
  4500. Vc-brace-imaginary-offset
  4501. *Imagined indentation of a C open brace that actually follows a statement.
  4502. Vc-brace-offset
  4503. *Extra indentation for braces, compared with other text in same context.
  4504. Vc-argdecl-indent
  4505. *Indentation level of declarations of C function arguments.
  4506. Vc-label-offset
  4507. *Offset of C label lines and case statements relative to usual indentation.
  4508. Vc-continued-statement-offset
  4509. *Extra indent for lines not starting new statements.
  4510. Vc-continued-brace-offset
  4511. *Extra indent for substatements that start with open-braces.
  4512. This is in addition to c-continued-statement-offset.
  4513. Vc-auto-newline
  4514. *Non-nil means automatically newline before and after braces,
  4515. and after colons and semicolons, inserted in C code.
  4516. If you do not want a leading newline before braces then use:
  4517.   (define-key c-mode-map "{" 'electric-c-semi)
  4518. Vc-tab-always-indent
  4519. *Non-nil means TAB in C mode should always reindent the current line,
  4520. regardless of where in the line point is when the TAB command is used.
  4521. Fc-mode
  4522. Major mode for editing C code.
  4523. Expression and list commands understand all C brackets.
  4524. Tab indents for C code.
  4525. Comments are delimited with /* ... */.
  4526. Paragraphs are separated by blank lines only.
  4527. Delete converts tabs to spaces as it moves back.
  4528. \{c-mode-map}
  4529. Variables controlling indentation style:
  4530.  c-tab-always-indent
  4531.     Non-nil means TAB in C mode should always reindent the current line,
  4532.     regardless of where in the line point is when the TAB command is used.
  4533.  c-auto-newline
  4534.     Non-nil means automatically newline before and after braces,
  4535.     and after colons and semicolons, inserted in C code.
  4536.  c-indent-level
  4537.     Indentation of C statements within surrounding block.
  4538.     The surrounding block's indentation is the indentation
  4539.     of the line on which the open-brace appears.
  4540.  c-continued-statement-offset
  4541.     Extra indentation given to a substatement, such as the
  4542.     then-clause of an if or body of a while.
  4543.  c-continued-brace-offset
  4544.     Extra indentation given to a brace that starts a substatement.
  4545.     This is in addition to c-continued-statement-offset.
  4546.  c-brace-offset
  4547.     Extra indentation for line if it starts with an open brace.
  4548.  c-brace-imaginary-offset
  4549.     An open brace following other text is treated as if it were
  4550.     this far to the right of the start of its line.
  4551.  c-argdecl-indent
  4552.     Indentation level of declarations of C function arguments.
  4553.  c-label-offset
  4554.     Extra indentation for line that is a label, or case or default.
  4555.  
  4556. Settings for K&R and BSD indentation styles are
  4557.   c-indent-level                5    8
  4558.   c-continued-statement-offset  5    8
  4559.   c-brace-offset               -5   -8
  4560.   c-argdecl-indent              0    8
  4561.   c-label-offset               -5   -8
  4562.  
  4563. Turning on C mode calls the value of the variable c-mode-hook with no args,
  4564. if that value is non-nil.
  4565. Vdelete-auto-save-files
  4566. *Non-nil means delete a buffer's auto-save file when the buffer is saved.
  4567. Vdirectory-abbrev-alist
  4568. *Alist of abbreviations for file directories.
  4569. A list of elements of the form (FROM . TO), each meaning to replace
  4570. FROM with TO when it appears in a directory name.  This replacement is
  4571. done when setting up the default directory of a newly visited file.
  4572. *Every* FROM string should start with `^'.
  4573.  
  4574. Use this feature when you have directories which you normally refer to
  4575. via absolute symbolic links.  Make TO the name of the link, and FROM
  4576. the name it is linked to.
  4577. Vmake-backup-files
  4578. *Non-nil means make a backup of a file the first time it is saved.
  4579. This can be done by renaming the file or by copying.
  4580.  
  4581. Renaming means that Emacs renames the existing file so that it is a
  4582. backup file, then writes the buffer into a new file.  Any other names
  4583. that the old file had will now refer to the backup file.  The new file
  4584. is owned by you and its group is defaulted.
  4585.  
  4586. Copying means that Emacs copies the existing file into the backup
  4587. file, then writes the buffer on top of the existing file.  Any other
  4588. names that the old file had will now refer to the new (edited) file.
  4589. The file's owner and group are unchanged.
  4590.  
  4591. The choice of renaming or copying is controlled by the variables
  4592. `backup-by-copying', `backup-by-copying-when-linked' and
  4593. `backup-by-copying-when-mismatch'.
  4594. Vbackup-inhibited
  4595. Non-nil means don't make a backup file for this buffer.
  4596. Vbackup-by-copying
  4597. *Non-nil means always use copying to create backup files.
  4598. See documentation of variable `make-backup-files'.
  4599. Vbackup-by-copying-when-linked
  4600. *Non-nil means use copying to create backups for files with multiple names.
  4601. This causes the alternate names to refer to the latest version as edited.
  4602. This variable is relevant only if `backup-by-copying' is nil.
  4603. Vbackup-by-copying-when-mismatch
  4604. *Non-nil means create backups by copying if this preserves owner or group.
  4605. Renaming may still be used (subject to control of other variables)
  4606. when it would not result in changing the owner or group of the file;
  4607. that is, for files which are owned by you and whose group matches
  4608. the default for a new file created there by you.
  4609. This variable is relevant only if `backup-by-copying' is nil.
  4610. Vbackup-enable-predicate
  4611. Predicate that looks at a file name and decides whether to make backups.
  4612. Called with an absolute file name as argument, it returns t to enable backup.
  4613. Vbuffer-offer-save
  4614. *Non-nil in a buffer means offer to save the buffer on exit
  4615. even if the buffer is not visiting a file.
  4616. Automatically local in all buffers.
  4617. Vfind-file-existing-other-name
  4618. *Non-nil means find a file under alternative names, in existing buffers.
  4619. This means if any existing buffer is visiting the file you want
  4620. under another name, you get the existing buffer instead of a new buffer.
  4621. Vfind-file-visit-truename
  4622. *Non-nil means visit a file under its truename.
  4623. The truename of a file is found by chasing all links
  4624. both at the file level and at the levels of the containing directories.
  4625. Vbuffer-file-truename
  4626. The truename of the file visited in the current buffer.
  4627. This variable is automatically local in all buffers, when non-nil.
  4628. Vbuffer-file-number
  4629. The device number and file number of the file visited in the current buffer.
  4630. The value is a list of the form (FILENUM DEVNUM).
  4631. This pair of numbers uniquely identifies the file.
  4632. If the buffer is visiting a new file, the value is nil.
  4633. Vfile-precious-flag
  4634. *Non-nil means protect against I/O errors while saving files.
  4635. Some modes set this non-nil in particular buffers.
  4636. Vversion-control
  4637. *Control use of version numbers for backup files.
  4638. t means make numeric backup versions unconditionally.
  4639. nil means make them for files that have some already.
  4640. never means do not make them.
  4641. Vdired-kept-versions
  4642. *When cleaning directory, number of versions to keep.
  4643. Vtrim-versions-without-asking
  4644. *If t, deletes excess backup versions silently.
  4645. If nil, asks confirmation.  Any other value prevents any trimming.
  4646. Vkept-old-versions
  4647. *Number of oldest versions to keep when a new numbered backup is made.
  4648. Vkept-new-versions
  4649. *Number of newest versions to keep when a new numbered backup is made.
  4650. Includes the new backup.  Must be > 0
  4651. Vrequire-final-newline
  4652. *Value of t says silently ensure a file ends in a newline when it is saved.
  4653. Non-nil but not t says ask user whether to add a newline when there isn't one.
  4654. nil means don't add newlines.
  4655. Vauto-save-default
  4656. *Non-nil says by default do auto-saving of every file-visiting buffer.
  4657. Vauto-save-visited-file-name
  4658. *Non-nil says auto-save a buffer in the file it is visiting, when practical.
  4659. Normally auto-save files are written under other names.
  4660. Vsave-abbrevs
  4661. *Non-nil means save word abbrevs too when files are saved.
  4662. Loading an abbrev file sets this to t.
  4663. Vfind-file-run-dired
  4664. *Non-nil says run dired if `find-file' is given the name of a directory.
  4665. Vfind-file-not-found-hooks
  4666. List of functions to be called for `find-file' on nonexistent file.
  4667. These functions are called as soon as the error is detected.
  4668. `buffer-file-name' is already set up.
  4669. The functions are called in the order given until one of them returns non-nil.
  4670. Vfind-file-hooks
  4671. List of functions to be called after a buffer is loaded from a file.
  4672. The buffer's local variables (if any) will have been processed before the
  4673. functions are called.
  4674. Vwrite-file-hooks
  4675. List of functions to be called before writing out a buffer to a file.
  4676. If one of them returns non-nil, the file is considered already written
  4677. and the rest are not called.
  4678. These hooks are considered to pertain to the visited file.
  4679. So this list is cleared if you change the visited file name.
  4680. See also `write-contents-hooks'.
  4681. Don't make this variable buffer-local; instead, use `local-write-file-hooks'.
  4682. Vlocal-write-file-hooks
  4683. Just like `write-file-hooks', except intended for per-buffer use.
  4684. The functions in this list are called before the ones in
  4685. `write-file-hooks'.
  4686. Vwrite-contents-hooks
  4687. List of functions to be called before writing out a buffer to a file.
  4688. If one of them returns non-nil, the file is considered already written
  4689. and the rest are not called.
  4690. These hooks are considered to pertain to the buffer's contents,
  4691. not to the particular visited file; thus, `set-visited-file-name' does
  4692. not clear this variable, but changing the major mode does clear it.
  4693. See also `write-file-hooks'.
  4694. Venable-local-variables
  4695. *Control use of local-variables lists in files you visit.
  4696. The value can be t, nil or something else.
  4697. A value of t means local-variables lists are obeyed;
  4698. nil means they are ignored; anything else means query.
  4699.  
  4700. The command \[normal-mode] always obeys local-variables lists
  4701. and ignores this variable.
  4702. Venable-local-eval
  4703. *Control processing of the "variable" `eval' in a file's local variables.
  4704. The value can be t, nil or something else.
  4705. A value of t means obey `eval' variables;
  4706. nil means ignore them; anything else means query.
  4707.  
  4708. The command \[normal-mode] always obeys local-variables lists
  4709. and ignores this variable.
  4710. Fpwd
  4711. Show the current default directory.
  4712. Vcd-path
  4713. Value of the CDPATH environment variable, as a list.
  4714. Not actually set up until the first time you you use it.
  4715. Fparse-colon-path
  4716. Explode a colon-separated list of paths into a string list.
  4717. Fcd-absolute
  4718. Change current directory to given absolute file name DIR.
  4719. Fcd
  4720. Make DIR become the current buffer's default directory.
  4721. If your environment includes a `CDPATH' variable, try each one of that
  4722. colon-separated list of directories when resolving a relative directory name.
  4723. Fload-file
  4724. Load the Lisp file named FILE.
  4725. Fload-library
  4726. Load the library named LIBRARY.
  4727. This is an interface to the function `load'.
  4728. Vfill-individual-varying-indent
  4729. *Controls criterion for a new paragraph in `fill-individual-paragraphs'.
  4730. Non-nil means changing indent doesn't end a paragraph.
  4731. That mode can handle paragraphs with extra indentation on the first line,
  4732. but it requires separator lines between paragraphs.
  4733. Nil means that any change in indentation starts a new paragraph.
  4734. Vpi
  4735. The value of Pi (3.1415926...)
  4736. Ve
  4737. The value of e (2.7182818...)
  4738. Vdegrees-to-radians
  4739. Degrees to radian conversion constant
  4740. Vradians-to-degrees
  4741. Radian to degree conversion constant
  4742. Fdegrees-to-radians
  4743. Convert ARG from degrees to radians.
  4744. Fradians-to-degrees
  4745. Convert ARG from radians to degrees.
  4746. Vframe-creation-function
  4747. Window-system dependent function to call to create a new frame.
  4748. The window system startup file should set this to its frame creation
  4749. function, which should take an alist of parameters as its argument.
  4750. Vinitial-frame-alist
  4751. Alist of frame parameters for creating the initial X window frame.
  4752. You can set this in your `.emacs' file; for example,
  4753.  (setq initial-frame-alist '((top . 1) (left . 1) (width . 80) (height . 55)))
  4754. If the value calls for a frame without a minibuffer, and you do not create a
  4755. minibuffer frame on your own, one is created according to
  4756. `minibuffer-frame-alist'.
  4757. Parameters specified here supersede the values given in
  4758. `default-frame-alist'.
  4759. Vminibuffer-frame-alist
  4760. Alist of frame parameters for initially creating a minibuffer frame.
  4761. You can set this in your `.emacs' file; for example,
  4762.  (setq minibuffer-frame-alist
  4763.    '((top . 1) (left . 1) (width . 80) (height . 2)))
  4764. Parameters specified here supersede the values given in
  4765. `default-frame-alist'.
  4766. Vpop-up-frame-alist
  4767. Alist of frame parameters used when creating pop-up frames.
  4768. Pop-up frames are used for completions, help, and the like.
  4769. This variable can be set in your init file, like this:
  4770.   (setq pop-up-frame-alist '((width . 80) (height . 20)))
  4771. These supersede the values given in `default-frame-alist'.
  4772. Fnext-multiframe-window
  4773. Select the next window, regardless of which frame it is on.
  4774. Fprevious-multiframe-window
  4775. Select the previous window, regardless of which frame it is on.
  4776. Fmake-frame
  4777. Create a new frame, displaying the current buffer.
  4778.  
  4779. Optional argument PARAMETERS is an alist of parameters for the new
  4780. frame.  Specifically, PARAMETERS is a list of pairs, each having one
  4781. of the following forms:
  4782.  
  4783. (name . STRING)    - The frame should be named STRING.
  4784.  
  4785. (height . NUMBER) - The frame should be NUMBER text lines high.  If
  4786.     this parameter is present, the width parameter must also be
  4787.     given.
  4788.  
  4789. (width . NUMBER) - The frame should be NUMBER characters in width.
  4790.     If this parameter is present, the height parameter must also
  4791.     be given.
  4792.  
  4793. (minibuffer . t) - the frame should have a minibuffer
  4794. (minibuffer . nil) - the frame should have no minibuffer
  4795. (minibuffer . only) - the frame should contain only a minibuffer
  4796. (minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window.
  4797.  
  4798. The documentation for the function `x-create-frame' describes
  4799. additional frame parameters that Emacs recognizes for X window frames.
  4800. Vhelp-map
  4801. Keymap for characters following the Help key.
  4802. Vindent-line-function
  4803. Function to indent current line.
  4804. Findent-according-to-mode
  4805. Indent line in proper way for current major mode.
  4806. Findent-for-tab-command
  4807. Indent line in proper way for current major mode.
  4808. Findent-rigidly
  4809. Indent all lines starting in the region sideways by ARG columns.
  4810. Called from a program, takes three arguments, START, END and ARG.
  4811. Vindent-region-function
  4812. Function which is short cut to indent region using indent-according-to-mode.
  4813. A value of nil means really run indent-according-to-mode on each line.
  4814. Findent-region
  4815. Indent each nonblank line in the region.
  4816. With no argument, indent each line using indent-according-to-mode.
  4817. (If there is a fill prefix, make each line start with the fill prefix.)
  4818. With argument COLUMN, indent each line to that column.
  4819. Called from a program, takes three args: START, END and COLUMN.
  4820. Findent-relative-maybe
  4821. Indent a new line like previous nonblank line.
  4822. Findent-relative
  4823. Space out to under next indent point in previous nonblank line.
  4824. An indent point is a non-whitespace character following whitespace.
  4825. If the previous nonblank line has no indent points beyond the
  4826. column point starts at, `tab-to-tab-stop' is done instead.
  4827. Vtab-stop-list
  4828. *List of tab stop positions used by `tab-to-tab-stops'.
  4829. Vedit-tab-stops-map
  4830. Keymap used in `edit-tab-stops'.
  4831. Vedit-tab-stops-buffer
  4832. Buffer whose tab stops are being edited--in case
  4833. the variable `tab-stop-list' is local in that buffer.
  4834. Fedit-tab-stops
  4835. Edit the tab stops used by `tab-to-tab-stop'.
  4836. Creates a buffer *Tab Stops* containing text describing the tab stops.
  4837. A colon indicates a column where there is a tab stop.
  4838. You can add or remove colons and then do \<edit-tab-stops-map>\[edit-tab-stops-note-changes] to make changes take effect.
  4839. Fedit-tab-stops-note-changes
  4840. Put edited tab stops into effect.
  4841. Ftab-to-tab-stop
  4842. Insert spaces or tabs to next defined tab-stop column.
  4843. The variable `tab-stop-list' is a list of columns at which there are tab stops.
  4844. Use \[edit-tab-stops] to edit them interactively.
  4845. Fmove-to-tab-stop
  4846. Move point to next defined tab-stop column.
  4847. The variable `tab-stop-list' is a list of columns at which there are tab stops.
  4848. Use \[edit-tab-stops] to edit them interactively.
  4849. Vsearch-exit-option
  4850. *Non-nil means random control characters terminate incremental search.
  4851. Vsearch-slow-window-lines
  4852. *Number of lines in slow search display windows.
  4853. These are the short windows used during incremental search on slow terminals.
  4854. Negative means put the slow search window at the top (normally it's at bottom)
  4855. and the value is minus the number of lines.
  4856. Vsearch-slow-speed
  4857. *Highest terminal speed at which to use "slow" style incremental search.
  4858. This is the style where a one-line window is created to show the line
  4859. that the search has reached.
  4860. Vsearch-upper-case
  4861. *If non-nil, upper case chars disable case fold searching.
  4862. That is, upper and lower case chars must match exactly.
  4863. This applies no matter where the chars come from, but does not
  4864. apply to chars in regexps that are prefixed with `\'.
  4865. If this value is `not-yanks', yanked text is always downcased.
  4866. Vsearch-nonincremental-instead
  4867. *If non-nil, do a nonincremental search instead if exiting immediately.
  4868. Actually, `isearch-edit-string' is called to let you enter the search
  4869. string, and RET terminates editing and does a nonincremental search.
  4870. Vsearch-whitespace-regexp
  4871. *If non-nil, regular expression to match a sequence of whitespace chars.
  4872. You might want to use something like "[ \t\r\n]+" instead.
  4873. Vsearch-highlight
  4874. *Non-nil means incremental search highlights the current match.
  4875. Visearch-mode-hook
  4876. Function(s) to call after starting up an incremental search.
  4877. Visearch-mode-end-hook
  4878. Function(s) to call after terminating an incremental search.
  4879. Vsearch-ring
  4880. List of search string sequences.
  4881. Vregexp-search-ring
  4882. List of regular expression search string sequences.
  4883. Vsearch-ring-max
  4884. *Maximum length of search ring before oldest elements are thrown away.
  4885. Vregexp-search-ring-max
  4886. *Maximum length of regexp search ring before oldest elements are thrown away.
  4887. Vsearch-ring-yank-pointer
  4888. Index in `search-ring' of last string reused.
  4889. nil if none yet.
  4890. Vregexp-search-ring-yank-pointer
  4891. Index in `regexp-search-ring' of last string reused.
  4892. nil if none yet.
  4893. Vsearch-ring-update
  4894. *Non-nil if advancing or retreating in the search ring should cause search.
  4895. Default value, nil, means edit the string instead.
  4896. Visearch-mode-map
  4897. Keymap for isearch-mode.
  4898. Vlisp-mode-syntax-table
  4899.  
  4900. Vemacs-lisp-mode-syntax-table
  4901.  
  4902. Vlisp-mode-abbrev-table
  4903.  
  4904. Vdefun-prompt-regexp
  4905. Non-nil => regexp to ignore, before the `(' that starts a defun.
  4906. Vparens-require-spaces
  4907. Non-nil => `insert-parentheses' should insert whitespace as needed.
  4908. Vminor-mode-alist
  4909. Alist saying how to show minor modes in the mode line.
  4910. Each element looks like (VARIABLE STRING);
  4911. STRING is included in the mode line iff VARIABLE's value is non-nil.
  4912.  
  4913. Actually, STRING need not be a string; any possible mode-line element
  4914. is okay.  See `mode-line-format'.
  4915. Vchange-log-default-name
  4916. *Name of a change log file for \[add-change-log-entry].
  4917. Ffind-change-log
  4918. Find a change log file for \[add-change-log-entry] and return the name.
  4919. Optional arg FILE-NAME is a name to try first.
  4920. If FILE-NAME is nil, use the value of `change-log-default-name' if non-nil.
  4921. Failing that, use "ChangeLog" in the current directory.
  4922. If the file does not exist in the named directory, successive parent
  4923. directories are tried.
  4924.  
  4925. Once a file is found, `change-log-default-name' is set locally in the
  4926. current buffer to the complete file name.
  4927. Fadd-change-log-entry
  4928. Find change log file and add an entry for today.
  4929. Optional arg (interactive prefix) non-nil means prompt for user name and site.
  4930. Second arg is file name of change log.  If nil, uses `change-log-default-name'.
  4931. Third arg OTHER-WINDOW non-nil means visit in other window.
  4932. Fadd-change-log-entry-other-window
  4933. Find change log file in other window and add an entry for today.
  4934. First arg (interactive prefix) non-nil means prompt for user name and site.
  4935. Second arg is file name of change log.
  4936. Interactively, with a prefix argument, the file name is prompted for.
  4937. Fchange-log-mode
  4938. Major mode for editing change logs; like Indented Text Mode.
  4939. Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
  4940. New log entries are usually made with \[add-change-log-entry] or \[add-change-log-entry-other-window].
  4941. Each entry behaves as a paragraph, and the entries for one day as a page.
  4942. Runs `change-log-mode-hook'.
  4943. Vad-start-advice-on-load
  4944. *Non-NIL will start advice magic when this file gets loaded.
  4945. Also see function `ad-start-advice'.
  4946. Vad-activate-on-definition
  4947. *Non-NIL means automatic advice activation at function definition.
  4948. Set this variable to t if you want to enable forward advice (which is
  4949. automatic advice activation of a previously undefined function at the
  4950. point the function gets defined/loaded/autoloaded). The value of this
  4951. variable takes effect only during the execution of `ad-start-advice'. 
  4952. If non-NIL it will enable definition hooks regardless of the value
  4953. of `ad-enable-definition-hooks'.
  4954. Vad-redefinition-action
  4955. *Defines what to do with redefinitions during de/activation.
  4956. Redefinition occurs if a previously activated function that already has an
  4957. original definition associated with it gets redefined and then de/activated.
  4958. In such a case we can either accept the current definition as the new
  4959. original definition, discard the current definition and replace it with the
  4960. old original, or keep it and raise an error. The values `accept', `discard',
  4961. `error' or `warn' govern what will be done. `warn' is just like `accept' but
  4962. it additionally prints a warning message. All other values will be
  4963. interpreted as `error'.
  4964. Vad-definition-hooks
  4965. *List of hooks to be run after a function definition.
  4966. The variable `ad-defined-function' will be bound to the name of
  4967. the currently defined function when the hook function is run.
  4968. Vad-enable-definition-hooks
  4969. *Non-NIL will enable hooks to be run on function definition.
  4970. Setting this variable is a noop unless the value of
  4971. `ad-activate-on-definition' (which see) is NIL.
  4972. Vad-use-jwz-byte-compiler
  4973. *Non-NIL means Jamie Zawinski's v19 byte-compiler will be used.
  4974. If you use a v18 Emacs and don't use jwz's optimizing byte-compiler (the
  4975. normal case) then this variable should be NIL, because otherwise
  4976. enabling definition hooks (e.g., for forward advice) will redefine the 
  4977. `byte-code' subr which will lead to some performance degradation for
  4978. byte-compiled code.
  4979. Fad-add-advice
  4980. Adds a piece of ADVICE to FUNCTION's list of advices in CLASS.
  4981. If FUNCTION already has one or more pieces of advice of the specified
  4982. CLASS then POSITION determines where the new piece will go. The value
  4983. of POSITION can either be `first', `last' or a number where 0 corresponds
  4984. to `first'. Numbers outside the range will be mapped to the closest
  4985. extreme position. If there was already a piece of ADVICE with the same
  4986. name, then the position argument will be ignored and the old advice
  4987. will be overwritten with the new one.
  4988.     If the FUNCTION was not advised already, then its advice info will be 
  4989. initialized. Redefining a piece of advice whose name is part of the cache-id
  4990. will clear the cache.
  4991. Fdefadvice
  4992. Defines a piece of advice for FUNCTION (a symbol).
  4993.  
  4994.   (defadvice <function> (<class> <name> [<position>] [<arglist>] {<flags>}*)
  4995.     [ [<documentation-string>] [<interactive-form>] ]
  4996.     {<body-form>}* )
  4997.  
  4998. <function> ::= name of the function to be advised
  4999. <class> ::= before | around | after | activation | deactivation
  5000. <name> ::= non-NIL symbol that names this piece of advice
  5001. <position> ::= first | last | <number> (optional, defaults to `first',
  5002.     see also `ad-add-advice')
  5003. <arglist> ::= an optional argument list to be used for the advised function
  5004.     instead of the argument list of the original. The first one found in
  5005.     before/around/after advices will be used.
  5006. <flags> ::= protect | disable | activate | compile | preactivate
  5007.     All flags can be specified with unambiguous initial substrings.
  5008. <documentation-string> ::= optional documentation for this piece of advice
  5009. <interactive-form> ::= optional interactive form to be used for the advised
  5010.     function. The first one found in before/around/after advices will be used.
  5011. <body-form> ::= any s-expression
  5012.  
  5013. Semantics of the various flags:
  5014. `protect': The piece of advice will be protected against non-local exits in
  5015. any code that precedes it. If any around advice of a function is protected
  5016. then automatically all around advices will be protected (the complete onion).
  5017.  
  5018. `activate': All advice of FUNCTION will be activated immediately if
  5019. FUNCTION has been properly defined prior to the defadvice.
  5020.  
  5021. `compile': In conjunction with `activate' specifies that the resulting
  5022. advised function should be compiled.
  5023.  
  5024. `disable': The defined advice will be disabled, hence it will not be used 
  5025. during activation until somebody enables it.
  5026.  
  5027. `preactivate': Preactivates the advised FUNCTION at macro expansion/compile
  5028. time. This generates a compiled advised definition according to the current
  5029. advice state that will be used during activation if appropriate. Only use
  5030. this if the defadvice gets actually compiled (with a v18 byte-compiler put
  5031. the defadvice into the body of a defun).
  5032.  
  5033. Look at the file advice.el for comprehensive documentation.
  5034. Fad-start-advice
  5035. Redefines some primitives to start the advice magic.
  5036. If `ad-activate-on-definition' is t then advice information will
  5037. automatically get activated whenever an advised function gets defined or
  5038. redefined.  This will enable goodies such as forward advice and
  5039. automatically enable function definition hooks. If its value is nil but
  5040. the value of `ad-enable-definition-hooks' is t then definition hooks
  5041. will be enabled without having automatic advice activation, otherwise
  5042. function definition hooks will be disabled too. If definition hooks are
  5043. enabled then functions stored in `ad-definition-hooks' are run whenever
  5044. a function gets defined or redefined.
  5045. Vappt-issue-message
  5046. *Non-nil means check for appointments in the diary buffer.
  5047. To be detected, the diary entry must have the time
  5048. as the first thing on a line.
  5049. Vappt-message-warning-time
  5050. *Time in minutes before an appointment that the warning begins.
  5051. Vappt-audible
  5052. *Non-nil means beep to indicate appointment.
  5053. Vappt-visible
  5054. *Non-nil means display appointment message in echo area.
  5055. Vappt-display-mode-line
  5056. *Non-nil means display minutes to appointment and time on the mode line.
  5057. Vappt-msg-window
  5058. *Non-nil means display appointment message in another window.
  5059. Vappt-display-duration
  5060. *The number of seconds an appointment message is displayed.
  5061. Vappt-display-diary
  5062. *Non-nil means to display the next days diary on the screen. 
  5063. This will occur at midnight when the appointment list is updated.
  5064. Fapropos
  5065. Show all symbols whose names contain matches for REGEXP.
  5066. If optional argument DO-ALL is non-nil, does more (time-consuming) work such as
  5067. showing key bindings.  Optional argument PRED is called with each symbol, and
  5068. if it returns nil, the symbol is not shown.
  5069.  
  5070. Returns list of symbols and documentation found.
  5071. Fsuper-apropos
  5072. Show symbols whose names/documentation contain matches for REGEXP.
  5073. If optional argument DO-ALL is non-nil, does more (time-consuming) work such as
  5074. showing key bindings and documentation that is not stored in the documentation
  5075. file.
  5076.  
  5077. Returns list of symbols and documentation found.
  5078. Fasm-mode
  5079. Major mode for editing typical assembler code.
  5080. Features a private abbrev table and the following bindings:
  5081.  
  5082. \[asm-colon]    outdent a preceding label, tab to next tab stop.
  5083. \[tab-to-tab-stop]    tab to next tab stop.
  5084. \[asm-newline]    newline, then tab to next tab stop.
  5085. \[asm-comment]    smart placement of assembler comments.
  5086.  
  5087. The character used for making comments is set by the variable
  5088. `asm-comment-char' (which defaults to `?;').
  5089.  
  5090. Alternatively, you may set this variable in `asm-set-comment-hook', which is
  5091. called near the beginning of mode initialization.
  5092.  
  5093. Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
  5094.  
  5095. Special commands:\{asm-mode-map}
  5096.  
  5097. Fupdate-file-autoloads
  5098. Update the autoloads for FILE in `generated-autoload-file'
  5099. (which FILE might bind in its local variables).
  5100. Fupdate-autoloads-here
  5101. Update sections of the current buffer generated by \[update-file-autoloads].
  5102. Fupdate-directory-autoloads
  5103. Run \[update-file-autoloads] on each .el file in DIR.
  5104. Fbatch-update-autoloads
  5105. Update the autoloads for the files or directories on the command line.
  5106. Runs \[update-file-autoloads] on files and \[update-directory-autoloads]
  5107. on directories.  Must be used only with -batch, and kills Emacs on completion.
  5108. Each file will be processed even if an error occurred previously.
  5109. For example, invoke "emacs -batch -f batch-update-autoloads *.el"
  5110. Fawk-mode
  5111. Major mode for editing AWK code.
  5112. This is much like C mode except for the syntax of comments.  It uses
  5113. the same keymap as C mode and has the same variables for customizing
  5114. indentation.  It has its own abbrev table and its own syntax table.
  5115.  
  5116. Turning on AWK mode calls the value of the variable `awk-mode-hook'
  5117. with no args, if that value is non-nil.
  5118. Fq
  5119. (` FORM)  is a macro that expands to code to construct FORM.
  5120. Note that this is very slow in interpreted code, but fast if you compile.
  5121. FORM is one or more nested lists, which are `almost quoted':
  5122. They are copied recursively, with non-lists used unchanged in the copy.
  5123.  (` a b) == (list 'a 'b)  constructs a new list with two elements, `a' and `b'.
  5124.  (` a (b c)) == (list 'a (list 'b 'c))  constructs two nested new lists.
  5125.  
  5126. However, certain special lists are not copied.  They specify substitution.
  5127. Lists that look like (, EXP) are evaluated and the result is substituted.
  5128.  (` a (, (+ x 5))) == (list 'a (+ x 5))
  5129.  
  5130. Elements of the form (,@ EXP) are evaluated and then all the elements
  5131. of the result are substituted.  This result must be a list; it may
  5132. be `nil'.
  5133.  
  5134. As an example, a simple macro `push' could be written:
  5135.    (defmacro push (v l)
  5136.         (` (setq (, l) (cons (,@ (list v l))))))
  5137. or as
  5138.    (defmacro push (v l)
  5139.         (` (setq (, l) (cons (, v) (, l)))))
  5140.  
  5141. LIMITATIONS: "dotted lists" are not allowed in FORM.
  5142. The ultimate cdr of each list scanned by ` must be `nil'.
  5143. (This does not apply to constants inside expressions to be substituted.)
  5144.  
  5145. Substitution elements are not allowed as the cdr
  5146. of a cons cell.  For example, (` (A . (, B))) does not work.
  5147. Instead, write (` (A (,@ B))).
  5148.  
  5149. You cannot construct vectors, only lists.  Vectors are treated as
  5150. constants.
  5151.  
  5152. BEWARE BEWARE BEWARE
  5153. Inclusion of (,ATOM) rather than (, ATOM)
  5154. or of (,@ATOM) rather than (,@ ATOM)
  5155. will result in errors that will show up very late.
  5156. Fbibtex-mode
  5157. Major mode for editing bibtex files.
  5158.  
  5159. \{bibtex-mode-map}
  5160.  
  5161. A command such as \[bibtex-Book] will outline the fields for a BibTeX book entry.
  5162.  
  5163. The optional fields start with the string OPT, and thus ignored by BibTeX.
  5164. The OPT string may be removed from a field with \[bibtex-remove-OPT].
  5165. \[bibtex-kill-optional-field] kills the current optional field entirely.
  5166. \[bibtex-remove-double-quotes] removes the double-quotes around the text of
  5167. the current field.  \[bibtex-empty-field] replaces the text of the current
  5168. field with the default "".
  5169.  
  5170. The command \[bibtex-clean-entry] cleans the current entry, i.e. (i) removes
  5171. double-quotes from entirely numerical fields, (ii) removes OPT from all
  5172. non-empty optional fields, (iii) removes all empty optional fields, and (iv)
  5173. checks that no non-optional fields are empty.
  5174.  
  5175. Use \[bibtex-find-text] to position the dot at the end of the current field.
  5176. Use \[bibtex-next-field] to move to end of the next field.
  5177.  
  5178. The following may be of interest as well:
  5179.  
  5180.   Functions:
  5181.     find-bibtex-duplicates
  5182.     find-bibtex-entry-location
  5183.     hide-bibtex-entry-bodies
  5184.     sort-bibtex-entries
  5185.     validate-bibtex-buffer
  5186.  
  5187.   Variables:
  5188.     bibtex-clean-entry-zap-empty-opts
  5189.     bibtex-entry-field-alist
  5190.     bibtex-include-OPTannote
  5191.     bibtex-include-OPTcrossref
  5192.     bibtex-include-OPTkey
  5193.     bibtex-maintain-sorted-entries
  5194.     bibtex-mode-user-optional-fields
  5195.  
  5196. Fields:
  5197.     address
  5198.            Publisher's address
  5199.     annote
  5200.            Long annotation used for annotated bibliographies (begins sentence)
  5201.     author
  5202.            Name(s) of author(s), in BibTeX name format
  5203.     booktitle
  5204.            Book title when the thing being referenced isn't the whole book.
  5205.            For book entries, the title field should be used instead.
  5206.     chapter
  5207.            Chapter number
  5208.     crossref
  5209.        The database key of the entry being cross referenced.
  5210.     edition
  5211.            Edition of a book (e.g., "second")
  5212.     editor
  5213.            Name(s) of editor(s), in BibTeX name format.
  5214.            If there is also an author field, then the editor field should be
  5215.            for the book or collection that the work appears in
  5216.     howpublished
  5217.             How something strange has been published (begins sentence)
  5218.     institution
  5219.            Sponsoring institution
  5220.     journal
  5221.            Journal name (macros are provided for many)
  5222.     key
  5223.            Alphabetizing and labeling key (needed when no author or editor)
  5224.     month
  5225.            Month (macros are provided)
  5226.     note
  5227.            To help the reader find a reference (begins sentence)
  5228.     number
  5229.            Number of a journal or technical report
  5230.     organization
  5231.            Organization (sponsoring a conference)
  5232.     pages
  5233.            Page number or numbers (use `--' to separate a range)
  5234.     publisher
  5235.            Publisher name
  5236.     school
  5237.            School name (for theses)
  5238.     series
  5239.            The name of a series or set of books.
  5240.            An individual book will will also have it's own title
  5241.     title
  5242.            The title of the thing being referenced
  5243.     type
  5244.            Type of a technical report (e.g., "Research Note") to be used
  5245.            instead of the default "Technical Report"
  5246.     volume
  5247.            Volume of a journal or multivolume work
  5248.     year
  5249.            Year---should contain only numerals
  5250. ---------------------------------------------------------
  5251. Entry to this mode calls the value of bibtex-mode-hook if that value is
  5252. non-nil.
  5253. Fblackbox
  5254. Play blackbox.  Optional prefix argument is the number of balls;
  5255. the default is 4.
  5256.  
  5257. What is blackbox?
  5258.  
  5259. Blackbox is a game of hide and seek played on an 8 by 8 grid (the
  5260. Blackbox).  Your opponent (Emacs, in this case) has hidden several
  5261. balls (usually 4) within this box.  By shooting rays into the box and
  5262. observing where they emerge it is possible to deduce the positions of
  5263. the hidden balls.  The fewer rays you use to find the balls, the lower
  5264. your score.
  5265.  
  5266. Overview of play:
  5267.  
  5268. \<blackbox-mode-map>To play blackbox, type \[blackbox].  An optional prefix argument
  5269. specifies the number of balls to be hidden in the box; the default is
  5270. four.
  5271.  
  5272. The cursor can be moved around the box with the standard cursor
  5273. movement keys.
  5274.  
  5275. To shoot a ray, move the cursor to the edge of the box and press SPC.
  5276. The result will be determined and the playfield updated.
  5277.  
  5278. You may place or remove balls in the box by moving the cursor into the
  5279. box and pressing \[bb-romp].
  5280.  
  5281. When you think the configuration of balls you have placed is correct,
  5282. press \[bb-done].  You will be informed whether you are correct or
  5283. not, and be given your score.  Your score is the number of letters and
  5284. numbers around the outside of the box plus five for each incorrectly
  5285. placed ball.  If you placed any balls incorrectly, they will be
  5286. indicated with `x', and their actual positions indicated with `o'.
  5287.  
  5288. Details:
  5289.  
  5290. There are three possible outcomes for each ray you send into the box:
  5291.  
  5292.     Detour: the ray is deflected and emerges somewhere other than
  5293.         where you sent it in.  On the playfield, detours are
  5294.         denoted by matching pairs of numbers -- one where the
  5295.         ray went in, and the other where it came out.
  5296.  
  5297.     Reflection: the ray is reflected and emerges in the same place
  5298.         it was sent in.  On the playfield, reflections are
  5299.         denoted by the letter `R'.
  5300.  
  5301.     Hit:    the ray strikes a ball directly and is absorbed.  It does
  5302.         not emerge from the box.  On the playfield, hits are
  5303.         denoted by the letter `H'.
  5304.  
  5305. The rules for how balls deflect rays are simple and are best shown by
  5306. example.
  5307.  
  5308. As a ray approaches a ball it is deflected ninety degrees.  Rays can
  5309. be deflected multiple times.  In the diagrams below, the dashes
  5310. represent empty box locations and the letter `O' represents a ball.
  5311. The entrance and exit points of each ray are marked with numbers as
  5312. described under "Detour" above.  Note that the entrance and exit
  5313. points are always interchangeable.  `*' denotes the path taken by the
  5314. ray.
  5315.  
  5316. Note carefully the relative positions of the ball and the ninety
  5317. degree deflection it causes.
  5318.  
  5319.     1                                            
  5320.   - * - - - - - -         - - - - - - - -         - - - - - - - -       
  5321.   - * - - - - - -         - - - - - - - -         - - - - - - - -       
  5322. 1 * * - - - - - -         - - - - - - - -         - O - - - - O -       
  5323.   - - O - - - - -         - - O - - - - -         - - * * * * - -
  5324.   - - - - - - - -         - - - * * * * * 2     3 * * * - - * - -
  5325.   - - - - - - - -         - - - * - - - -         - - - O - * - -      
  5326.   - - - - - - - -         - - - * - - - -         - - - - * * - -       
  5327.   - - - - - - - -         - - - * - - - -         - - - - * - O -       
  5328.                                 2                         3
  5329.  
  5330. As mentioned above, a reflection occurs when a ray emerges from the same point
  5331. it was sent in.  This can happen in several ways:
  5332.  
  5333.                                                                            
  5334.   - - - - - - - -         - - - - - - - -          - - - - - - - -
  5335.   - - - - O - - -         - - O - O - - -          - - - - - - - -
  5336. R * * * * - - - -         - - - * - - - -          O - - - - - - -
  5337.   - - - - O - - -         - - - * - - - -        R - - - - - - - -
  5338.   - - - - - - - -         - - - * - - - -          - - - - - - - -
  5339.   - - - - - - - -         - - - * - - - -          - - - - - - - -
  5340.   - - - - - - - -       R * * * * - - - -          - - - - - - - -
  5341.   - - - - - - - -         - - - - O - - -          - - - - - - - -
  5342.  
  5343. In the first example, the ray is deflected downwards by the upper
  5344. ball, then left by the lower ball, and finally retraces its path to
  5345. its point of origin.  The second example is similar.  The third
  5346. example is a bit anomalous but can be rationalized by realizing the
  5347. ray never gets a chance to get into the box.  Alternatively, the ray
  5348. can be thought of as being deflected downwards and immediately
  5349. emerging from the box.
  5350.  
  5351. A hit occurs when a ray runs straight into a ball:
  5352.  
  5353.   - - - - - - - -         - - - - - - - -          - - - - - - - -
  5354.   - - - - - - - -         - - - - - - - -          - - - - O - - -
  5355.   - - - - - - - -         - - - - O - - -        H * * * * - - - -
  5356.   - - - - - - - -       H * * * * O - - -          - - - * - - - -
  5357.   - - - - - - - -         - - - - O - - -          - - - O - - - -
  5358. H * * * O - - - -         - - - - - - - -          - - - - - - - -
  5359.   - - - - - - - -         - - - - - - - -          - - - - - - - -
  5360.   - - - - - - - -         - - - - - - - -          - - - - - - - -
  5361.  
  5362. Be sure to compare the second example of a hit with the first example of
  5363. a reflection.
  5364. Fbyte-recompile-directory
  5365. Recompile every `.el' file in DIRECTORY that needs recompilation.
  5366. This is if a `.elc' file exists but is older than the `.el' file.
  5367.  
  5368. If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
  5369. But a prefix argument (optional second arg) means ask user,
  5370. for each such `.el' file, whether to compile it.  Prefix argument 0 means
  5371. don't ask and compile the file anyway.
  5372. Fbyte-compile-file
  5373. Compile a file of Lisp code named FILENAME into a file of byte code.
  5374. The output file's name is made by appending `c' to the end of FILENAME.
  5375. With prefix arg (noninteractively: 2nd arg), load the file after compiling.
  5376. Fcompile-defun
  5377. Compile and evaluate the current top-level form.
  5378. Print the result in the minibuffer.
  5379. With argument, insert value in current buffer after the form.
  5380. Fbyte-compile
  5381. If FORM is a symbol, byte-compile its function definition.
  5382. If FORM is a lambda or a macro, byte-compile it as a function.
  5383. Fdisplay-call-tree
  5384. Display a call graph of a specified file.
  5385. This lists which functions have been called, what functions called
  5386. them, and what functions they call.  The list includes all functions
  5387. whose definitions have been compiled in this Emacs session, as well as
  5388. all functions called by those functions.
  5389.  
  5390. The call graph does not include macros, inline functions, or
  5391. primitives that the byte-code interpreter knows about directly (eq,
  5392. cons, etc.).
  5393.  
  5394. The call tree also lists those functions which are not known to be called
  5395. (that is, to which no calls have been compiled), and which cannot be
  5396. invoked interactively.
  5397. Fbatch-byte-compile
  5398. Run `byte-compile-file' on the files remaining on the command line.
  5399. Use this from the command line, with `-batch';
  5400. it won't work in an interactive Emacs.
  5401. Each file is processed even if an error occurred previously.
  5402. For example, invoke "emacs -batch -f batch-byte-compile $emacs/ ~/*.el"
  5403. Vview-diary-entries-initially
  5404. *If t, the diary entries for the current date will be displayed on entry.
  5405. The diary is displayed in another window when the calendar is first displayed,
  5406. if the current date is visible.  The number of days of diary entries displayed
  5407. is governed by the variable `number-of-diary-entries'.
  5408. Vnumber-of-diary-entries
  5409. *Specifies how many days of diary entries are to be displayed initially.
  5410. This variable affects the diary display when the command M-x diary is used,
  5411. or if the value of the variable `view-diary-entries-initially' is t.  For
  5412. example, if the default value 1 is used, then only the current day's diary
  5413. entries will be displayed.  If the value 2 is used, then both the current
  5414. day's and the next day's entries will be displayed.  The value can also be
  5415. a vector such as [0 2 2 2 2 4 1]; this value will cause no diary entries to
  5416. be displayed on Sunday, the current date's and the next day's diary entries
  5417. to be displayed Monday through Thursday, Friday through Monday's entries to
  5418. be displayed on Friday, and only Saturday's entries to be displayed on
  5419. Saturday.  This variable does not affect the diary display with the `d'
  5420. command from the calendar; in that case, the prefix argument controls the
  5421. number of days of diary entries displayed.
  5422. Vmark-diary-entries-in-calendar
  5423. *If t, dates with diary entries will be marked in the calendar window.
  5424. The marking symbol is specified by the variable `diary-entry-marker'.
  5425. Vdiary-entry-marker
  5426. *The symbol used to mark dates that have diary entries.
  5427. Vview-calendar-holidays-initially
  5428. *If t, holidays for current three month period will be displayed on entry.
  5429. The holidays are displayed in another window when the calendar is first
  5430. displayed.
  5431. Vmark-holidays-in-calendar
  5432. *If t, dates of holidays will be marked in the calendar window.
  5433. The marking symbol is specified by the variable `calendar-holiday-marker'.
  5434. Vcalendar-holiday-marker
  5435. *The symbol used to mark notable dates in the calendar.
  5436. Vall-hebrew-calendar-holidays
  5437. *If nil, show only major holidays from the Hebrew calendar.
  5438.  
  5439. If nil, the only holidays from the Hebrew calendar shown will be those days of
  5440. such major interest as to appear on secular calendars.
  5441.  
  5442. If t, the holidays shown in the calendar will include all special days that
  5443. would be shown on a complete Hebrew calendar.
  5444. Vall-christian-calendar-holidays
  5445. *If nil, show only major holidays from the Christian calendar.
  5446.  
  5447. If nil, the only holidays from the Christian calendar shown will be those days
  5448. of such major interest as to appear on secular calendars.
  5449.  
  5450. If t, the holidays shown in the calendar will include all special days that
  5451. would be shown on a complete Christian calendar.
  5452. Vall-islamic-calendar-holidays
  5453. *If nil, show only major holidays from the Islamic calendar.
  5454.  
  5455. If nil, the only holidays from the Islamic calendar shown will be those days
  5456. of such major interest as to appear on secular calendars.
  5457.  
  5458. If t, the holidays shown in the calendar will include all special days that
  5459. would be shown on a complete Islamic calendar.
  5460. Vcalendar-load-hook
  5461. *List of functions to be called after the calendar is first loaded.
  5462. This is the place to add key bindings to calendar-mode-map.
  5463. Vinitial-calendar-window-hook
  5464. *List of functions to be called when the calendar window is first opened.
  5465. The functions invoked are called after the calendar window is opened, but
  5466. once opened is never called again.  Leaving the calendar with the `q' command
  5467. and reentering it will cause these functions to be called again.
  5468. Vtoday-visible-calendar-hook
  5469. *List of functions called whenever the current date is visible.
  5470. This can be used, for example, to replace today's date with asterisks; a
  5471. function `calendar-star-date' is included for this purpose:
  5472.     (setq today-visible-calendar-hook 'calendar-star-date)
  5473. It could also be used to mark the current date with `='; a function is also
  5474. provided for this:
  5475.     (setq today-visible-calendar-hook 'calendar-mark-today)
  5476.  
  5477. The corresponding variable `today-invisible-calendar-hook' is the list of
  5478. functions called when the calendar function was called when the current
  5479. date is not visible in the window.
  5480.  
  5481. Other than the use of the provided functions, the changing of any
  5482. characters in the calendar buffer by the hooks may cause the failure of the
  5483. functions that move by days and weeks.
  5484. Vtoday-invisible-calendar-hook
  5485. *List of functions called whenever the current date is not visible.
  5486.  
  5487. The corresponding variable `today-visible-calendar-hook' is the list of
  5488. functions called when the calendar function was called when the current
  5489. date is visible in the window.
  5490.  
  5491. Other than the use of the provided functions, the changing of any
  5492. characters in the calendar buffer by the hooks may cause the failure of the
  5493. functions that move by days and weeks.
  5494. Vdiary-file
  5495. *Name of the file in which one's personal diary of dates is kept.
  5496.  
  5497. The file's entries are lines in any of the forms
  5498.  
  5499.             MONTH/DAY
  5500.             MONTH/DAY/YEAR
  5501.             MONTHNAME DAY
  5502.             MONTHNAME DAY, YEAR
  5503.             DAYNAME
  5504.  
  5505. at the beginning of the line; the remainder of the line is the diary entry
  5506. string for that date.  MONTH and DAY are one or two digit numbers, YEAR is
  5507. a number and may be written in full or abbreviated to the final two digits.
  5508. If the date does not contain a year, it is generic and applies to any year.
  5509. DAYNAME entries apply to any date on which is on that day of the week.
  5510. MONTHNAME and DAYNAME can be spelled in full, abbreviated to three
  5511. characters (with or without a period), capitalized or not.  Any of DAY,
  5512. MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year,
  5513. respectively.
  5514.  
  5515. The European style (in which the day precedes the month) can be used
  5516. instead, if you execute `european-calendar' when in the calendar, or set
  5517. `european-calendar-style' to t in your .emacs file.  The European forms are
  5518.  
  5519.             DAY/MONTH
  5520.             DAY/MONTH/YEAR
  5521.             DAY MONTHNAME
  5522.             DAY MONTHNAME YEAR
  5523.             DAYNAME
  5524.  
  5525. To revert to the default American style from the European style, execute
  5526. `american-calendar' in the calendar.
  5527.  
  5528. A diary entry can be preceded by a diary-nonmarking-symbol (ordinarily `&')
  5529. to make that entry nonmarking--that is, it will not be marked on dates in
  5530. the calendar window but will appear in a diary window.
  5531.  
  5532. Multiline diary entries are made by indenting lines after the first with
  5533. either a TAB or one or more spaces.
  5534.  
  5535. Lines not in one the above formats are ignored.  Here are some sample diary
  5536. entries (in the default American style):
  5537.  
  5538.      12/22/1988 Twentieth wedding anniversary!!
  5539.      &1/1. Happy New Year!
  5540.      10/22 Ruth's birthday.
  5541.      21: Payday
  5542.      Tuesday--weekly meeting with grad students at 10am
  5543.               Supowit, Shen, Bitner, and Kapoor to attend.
  5544.      1/13/89 Friday the thirteenth!!
  5545.      &thu 4pm squash game with Lloyd.
  5546.      mar 16 Dad's birthday
  5547.      April 15, 1989 Income tax due.
  5548.      &* 15 time cards due.
  5549.  
  5550. If the first line of a diary entry consists only of the date or day name with
  5551. no trailing blanks or punctuation, then that line will not be displayed in the
  5552. diary window; only the continuation lines will be shown.  For example, the
  5553. single diary entry
  5554.  
  5555.      02/11/1989
  5556.       Bill Blattner visits Princeton today
  5557.       2pm Cognitive Studies Committee meeting
  5558.       2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
  5559.       4:00pm Jamie Tappenden
  5560.       7:30pm Dinner at George and Ed's for Alan Ryan
  5561.       7:30-10:00pm dance at Stewart Country Day School
  5562.  
  5563. will appear in the diary window without the date line at the beginning.  This
  5564. facility allows the diary window to look neater, but can cause confusion if
  5565. used with more than one day's entries displayed.
  5566.  
  5567. Diary entries can be based on Lisp sexps.  For example, the diary entry
  5568.  
  5569.       %%(diary-block 11 1 1990 11 10 1990) Vacation
  5570.  
  5571. causes the diary entry "Vacation" to appear from November 1 through November
  5572. 10, 1990.  Other functions available are `diary-float', `diary-anniversary',
  5573. `diary-cyclic', `diary-day-of-year', `diary-iso-date', `diary-french-date',
  5574. `diary-hebrew-date', `diary-islamic-date', `diary-mayan-date',
  5575. `diary-yahrzeit', `diary-sunrise-sunset', `diary-phases-of-moon',
  5576. `diary-parasha', `diary-omer', `diary-rosh-hodesh', and
  5577. `diary-sabbath-candles'.  See the documentation for the function
  5578. `list-sexp-diary-entries' for more details.
  5579.  
  5580. Diary entries based on the Hebrew and/or the Islamic calendar are also
  5581. possible, but because these are somewhat slow, they are ignored
  5582. unless you set the `nongregorian-diary-listing-hook' and the
  5583. `nongregorian-diary-marking-hook' appropriately.  See the documentation
  5584. for these functions for details.
  5585.  
  5586. Diary files can contain directives to include the contents of other files; for
  5587. details, see the documentation for the variable `list-diary-entries-hook'.
  5588. Vdiary-nonmarking-symbol
  5589. *Symbol indicating that a diary entry is not to be marked in the calendar.
  5590. Vhebrew-diary-entry-symbol
  5591. *Symbol indicating a diary entry according to the Hebrew calendar.
  5592. Vislamic-diary-entry-symbol
  5593. *Symbol indicating a diary entry according to the Islamic calendar.
  5594. Vdiary-include-string
  5595. *The string indicating inclusion of another file of diary entries.
  5596. See the documentation for the function `include-other-diary-files'.
  5597. Vsexp-diary-entry-symbol
  5598. *The string used to indicate a sexp diary entry in diary-file.
  5599. See the documentation for the function `list-sexp-diary-entries'.
  5600. Vabbreviated-calendar-year
  5601. *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
  5602. For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
  5603. If this variable is nil, years must be written in full.
  5604. Veuropean-calendar-style
  5605. *Use the European style of dates in the diary and in any displays.
  5606. If this variable is t, a date 1/2/1990 would be interpreted as February 1,
  5607. 1990.  The accepted European date styles are
  5608.  
  5609.             DAY/MONTH
  5610.             DAY/MONTH/YEAR
  5611.             DAY MONTHNAME
  5612.             DAY MONTHNAME YEAR
  5613.             DAYNAME
  5614.  
  5615. Names can be capitalized or not, written in full, or abbreviated to three
  5616. characters with or without a period.
  5617. Vamerican-date-diary-pattern
  5618. *List of pseudo-patterns describing the American patterns of date used.
  5619. See the documentation of diary-date-forms for an explanation.
  5620. Veuropean-date-diary-pattern
  5621. *List of pseudo-patterns describing the European patterns of date used.
  5622. See the documentation of diary-date-forms for an explanation.
  5623. Vdiary-date-forms
  5624. *List of pseudo-patterns describing the forms of date used in the diary.
  5625. The patterns on the list must be MUTUALLY EXCLUSIVE and must should not match
  5626. any portion of the diary entry itself, just the date component.
  5627.  
  5628. A pseudo-pattern is a list of regular expressions and the keywords `month',
  5629. `day', `year', `monthname', and `dayname'.  The keyword `monthname' will
  5630. match the name of the month, capitalized or not, or its three-letter
  5631. abbreviation, followed by a period or not; it will also match `*'.
  5632. Similarly, `dayname' will match the name of the day, capitalized or not, or
  5633. its three-letter abbreviation, followed by a period or not.  The keywords
  5634. `month', `day', and `year' will match those numerical values, preceded by
  5635. arbitrarily many zeros; they will also match `*'.
  5636.  
  5637. The matching of the diary entries with the date forms is done with the
  5638. standard syntax table from Fundamental mode, but with the `*' changed so
  5639. that it is a word constituent.
  5640.  
  5641. If, to be mutually exclusive, a pseudo-pattern must match a portion of the
  5642. diary entry itself, the first element of the pattern MUST be `backup'.  This
  5643. directive causes the date recognizer to back up to the beginning of the
  5644. current word of the diary entry, so in no case can the pattern match more than
  5645. a portion of the first word of the diary entry.
  5646. Veuropean-calendar-display-form
  5647. *Pseudo-pattern governing the way a date appears in the European style.
  5648. See the documentation of calendar-date-display-forms for an explanation.
  5649. Vamerican-calendar-display-form
  5650. *Pseudo-pattern governing the way a date appears in the American style.
  5651. See the documentation of calendar-date-display-forms for an explanation.
  5652. Vcalendar-date-display-form
  5653. *Pseudo-pattern governing the way a date appears.
  5654.  
  5655. Used by the function `calendar-date-string', a pseudo-pattern is a list of
  5656. expressions that can involve the keywords `month', `day', and `year', all
  5657. numbers in string form, and `monthname' and `dayname', both alphabetic
  5658. strings.  For example, the ISO standard would use the pseudo- pattern
  5659.  
  5660.        '(year "-" month "-" day)
  5661.  
  5662. while a typical American form would be
  5663.  
  5664.        '(month "/" day "/" (substring year -2))
  5665.  
  5666. and
  5667.  
  5668.        '((format "%9s, %9s %2s, %4s" dayname monthname day year))
  5669.  
  5670. would give the usual American style in fixed-length fields.
  5671.  
  5672. See the documentation of the function `calendar-date-string'.
  5673. Vprint-diary-entries-hook
  5674. *List of functions called after a temporary diary buffer is prepared.
  5675. The buffer shows only the diary entries currently visible in the diary
  5676. buffer.  The default just does the printing.  Other uses might include, for
  5677. example, rearranging the lines into order by day and time, saving the buffer
  5678. instead of deleting it, or changing the function used to do the printing.
  5679. Vlist-diary-entries-hook
  5680. *List of functions called after diary file is culled for relevant entries.
  5681. It is to be used for diary entries that are not found in the diary file.
  5682.  
  5683. A function `include-other-diary-files' is provided for use as the value of
  5684. this hook.  This function enables you to use shared diary files together
  5685. with your own.  The files included are specified in the diary-file by lines
  5686. of the form
  5687.  
  5688.         #include "filename"
  5689.  
  5690. This is recursive; that is, #include directives in files thus included are
  5691. obeyed.  You can change the "#include" to some other string by changing
  5692. the variable `diary-include-string'.  When you use `include-other-diary-files'
  5693. as part of the list-diary-entries-hook, you will probably also want to use the
  5694. function `mark-included-diary-files' as part of the mark-diary-entries-hook.
  5695.  
  5696. For example, you could use
  5697.  
  5698.      (setq list-diary-entries-hook
  5699.        '(include-other-diary-files sort-diary-entries))
  5700.      (setq diary-display-hook 'fancy-diary-display)
  5701.  
  5702. in your .emacs file to cause the fancy diary buffer to be displayed with
  5703. diary entries from various included files, each day's entries sorted into
  5704. lexicographic order.
  5705. Vdiary-display-hook
  5706. *List of functions that handle the display of the diary.
  5707.  
  5708. Ordinarily, this just displays the diary buffer (with holidays indicated in
  5709. the mode line), if there are any relevant entries.  At the time these
  5710. functions are called, the variable `diary-entries-list' is a list, in order
  5711. by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
  5712. STRING), where string is the diary entry for the given date.  This can be
  5713. used, for example, to handle appointment notification, prepare a different
  5714. buffer for display (perhaps combined with holidays), or produce hard copy
  5715. output.
  5716.  
  5717. A function `fancy-diary-display' is provided as an alternative
  5718. choice for this hook; this function prepares a special noneditable diary
  5719. buffer with the relevant diary entries that has neat day-by-day arrangement
  5720. with headings.  The fancy diary buffer will show the holidays unless the
  5721. variable `holidays-in-diary-buffer' is set to nil.  Ordinarily, the fancy
  5722. diary buffer will not show days for which there are no diary entries, even
  5723. if that day is a holiday; if you want such days to be shown in the fancy
  5724. diary buffer, set the variable `diary-list-include-blanks' to t.
  5725. Vnongregorian-diary-listing-hook
  5726. *List of functions called for listing diary file and included files.
  5727. As the files are processed for diary entries, these functions are used to cull
  5728. relevant entries.  You can use either or both of `list-hebrew-diary-entries'
  5729. and `list-islamic-diary-entries'.  The documentation for these functions
  5730. describes the style of such diary entries.
  5731. Vmark-diary-entries-hook
  5732. *List of functions called after marking diary entries in the calendar.
  5733.  
  5734. A function `mark-included-diary-files' is also provided for use as the
  5735. mark-diary-entries-hook; it enables you to use shared diary files together
  5736. with your own.  The files included are specified in the diary-file by lines
  5737. of the form
  5738.         #include "filename"
  5739. This is recursive; that is, #include directives in files thus included are
  5740. obeyed.  You can change the "#include" to some other string by changing the
  5741. variable `diary-include-string'.  When you use `mark-included-diary-files' as
  5742. part of the mark-diary-entries-hook, you will probably also want to use the
  5743. function `include-other-diary-files' as part of the list-diary-entries-hook.
  5744. Vnongregorian-diary-marking-hook
  5745. *List of functions called for marking diary file and included files.
  5746. As the files are processed for diary entries, these functions are used to cull
  5747. relevant entries.  You can use either or both of `mark-hebrew-diary-entries'
  5748. and `mark-islamic-diary-entries'.  The documentation for these functions
  5749. describes the style of such diary entries.
  5750. Vdiary-list-include-blanks
  5751. *If nil, do not include days with no diary entry in the list of diary entries.
  5752. Such days will then not be shown in the the fancy diary buffer, even if they
  5753. are holidays.
  5754. Vholidays-in-diary-buffer
  5755. *If t, the holidays will be indicated in the diary display.
  5756. The holidays will be given in the mode line of the diary buffer, or in the
  5757. fancy diary buffer next to the date.  This slows down the diary functions
  5758. somewhat; setting it to nil will make the diary display faster.
  5759. Vgeneral-holidays
  5760. *General holidays.  Default value is for the United States.
  5761. See the documentation for `calendar-holidays' for details.
  5762. Vlocal-holidays
  5763. *Local holidays.
  5764. See the documentation for `calendar-holidays' for details.
  5765. Vother-holidays
  5766. *User defined holidays.
  5767. See the documentation for `calendar-holidays' for details.
  5768. Vhebrew-holidays
  5769. *Jewish holidays.
  5770. See the documentation for `calendar-holidays' for details.
  5771. Vchristian-holidays
  5772. *Christian holidays.
  5773. See the documentation for `calendar-holidays' for details.
  5774. Vislamic-holidays
  5775. *Islamic holidays.
  5776. See the documentation for `calendar-holidays' for details.
  5777. Vsolar-holidays
  5778. *Sun-related holidays.
  5779. See the documentation for `calendar-holidays' for details.
  5780. Fcalendar
  5781. Display a three-month calendar in another window.
  5782. The three months appear side by side, with the current month in the middle
  5783. surrounded by the previous and next months.  The cursor is put on today's date.
  5784.  
  5785. If called with an optional prefix argument, prompts for month and year.
  5786.  
  5787. This function is suitable for execution in a .emacs file; appropriate setting
  5788. of the variable `view-diary-entries-initially' will cause the diary entries for
  5789. the current date to be displayed in another window.  The value of the variable
  5790. `number-of-diary-entries' controls the number of days of diary entries
  5791. displayed upon initial display of the calendar.
  5792.  
  5793. An optional prefix argument ARG causes the calendar displayed to be ARG
  5794. months in the future if ARG is positive or in the past if ARG is negative;
  5795. in this case the cursor goes on the first day of the month.
  5796.  
  5797. Once in the calendar window, future or past months can be moved into view.
  5798. Arbitrary months can be displayed, or the calendar can be scrolled forward
  5799. or backward.
  5800.  
  5801. The cursor can be moved forward or backward by one day, one week, one month,
  5802. or one year.  All of these commands take prefix arguments which, when negative,
  5803. cause movement in the opposite direction.  For convenience, the digit keys
  5804. and the minus sign are automatically prefixes.  The window is replotted as
  5805. necessary to display the desired date.
  5806.  
  5807. Diary entries can be marked on the calendar or displayed in another window.
  5808.  
  5809. Use M-x describe-mode for details of the key bindings in the calendar window.
  5810.  
  5811. The Gregorian calendar is assumed.
  5812.  
  5813. After loading the calendar, the hooks given by the variable
  5814. `calendar-load-hook' are run.  This the place to add key bindings to the
  5815. calendar-mode-map.
  5816.  
  5817. After preparing the calendar window initially, the hooks given by the variable
  5818. `initial-calendar-window-hook' are run.
  5819.  
  5820. The hooks given by the variable `today-visible-calendar-hook' are run
  5821. everytime the calendar window gets scrolled, if the current date is visible
  5822. in the window.  If it is not visible, the hooks given by the variable
  5823. `today-invisible-calendar-hook' are run.  Thus, for example, setting
  5824. `today-visible-calendar-hook' to 'calendar-star-date will cause today's date
  5825. to be replaced by asterisks to highlight it whenever it is in the window.
  5826. Flist-yahrzeit-dates
  5827. List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
  5828. When called interactively from the calendar window, the date of death is taken
  5829. from the cursor position.
  5830. Fdescribe-buffer-case-table
  5831. Describe the case table of the current buffer.
  5832. Fset-case-syntax-delims
  5833. Make characters L and R a matching pair of non-case-converting delimiters.
  5834. This sets the entries for L and R in TABLE, which is a string
  5835. that will be used as the downcase part of a case table.
  5836. It also modifies `standard-syntax-table', and `text-mode-syntax-table' to
  5837. indicate left and right delimiters.
  5838. Fset-case-syntax-pair
  5839. Make characters UC and LC a pair of inter-case-converting letters.
  5840. This sets the entries for characters UC and LC in TABLE, which is a string
  5841. that will be used as the downcase part of a case table.
  5842. It also modifies `standard-syntax-table' and `text-mode-syntax-table'
  5843. to indicate an (uppercase, lowercase) pair of letters.
  5844. Fset-case-syntax
  5845. Make characters C case-invariant with syntax SYNTAX.
  5846. This sets the entries for character C in TABLE, which is a string
  5847. that will be used as the downcase part of a case table.
  5848. It also modifies `standard-syntax-table' and `text-mode-syntax-table'.
  5849. SYNTAX should be " ", "w", "." or "_".
  5850. Frepeat-matching-complex-command
  5851. Edit and re-evaluate complex command with name matching PATTERN.
  5852. Matching occurrences are displayed, most recent first, until you select
  5853. a form for evaluation.  If PATTERN is empty (or nil), every form in the
  5854. command history is offered.  The form is placed in the minibuffer for
  5855. editing and the result is evaluated.
  5856. Flist-command-history
  5857. List history of commands typed to minibuffer.
  5858. The number of commands listed is controlled by `list-command-history-max'.
  5859. Calls value of `list-command-history-filter' (if non-nil) on each history
  5860. element to judge if that element should be excluded from the list.
  5861.  
  5862. The buffer is left in Command History mode.
  5863. Fcommand-history-mode
  5864. Major mode for examining commands from `command-history'.
  5865. The number of commands listed is controlled by `list-command-history-max'.
  5866. The command history is filtered by `list-command-history-filter' if non-nil.
  5867. Use \<command-history-map>\[command-history-repeat] to repeat the command on the current line.
  5868.  
  5869. Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
  5870. and digits provide prefix arguments.  Tab does not indent.
  5871. \{command-history-map}
  5872. Calls the value of `command-history-hook' if that is non-nil.
  5873. The Command History listing is recomputed each time this mode is invoked.
  5874. Fmake-comint
  5875. Make a comint process NAME in a buffer, running PROGRAM.
  5876. The name of the buffer is made by surrounding NAME with `*'s.
  5877. If there is already a running process in that buffer, it is not restarted.
  5878. Optional third arg STARTFILE is the name of a file to send the contents of to 
  5879. the process.  Any more args are arguments to PROGRAM.
  5880. Fcompare-windows
  5881. Compare text in current window with text in next window.
  5882. Compares the text starting at point in each window,
  5883. moving over text in each one as far as they match.
  5884.  
  5885. A prefix arg means ignore changes in whitespace.
  5886. The variable `compare-windows-whitespace' controls how whitespace is skipped.
  5887. If `compare-ignore-case' is non-nil, changes in case are also ignored.
  5888. Vcompilation-mode-hook
  5889. *List of hook functions run by `compilation-mode' (see `run-hooks').
  5890. Vcompilation-window-height
  5891. *Number of lines in a compilation window.  If nil, use Emacs default.
  5892. Vcompilation-buffer-name-function
  5893. Function to compute the name of a compilation buffer.
  5894. The function receives one argument, the name of the major mode of the
  5895. compilation buffer.  It should return a string.
  5896. nil means compute the name with `(concat "*" (downcase major-mode) "*")'.
  5897. Vcompilation-finish-function
  5898. *Function to call when a compilation process finishes.
  5899. It is called with two arguments: the compilation buffer, and a string
  5900. describing how the process finished.
  5901. Vcompilation-search-path
  5902. *List of directories to search for source files named in error messages.
  5903. Elements should be directory names, not file names of directories.
  5904. nil as an element means to try the default directory.
  5905. Fcompile
  5906. Compile the program including the current buffer.  Default: run `make'.
  5907. Runs COMMAND, a shell command, in a separate process asynchronously
  5908. with output going to the buffer `*compilation*'.
  5909.  
  5910. You can then use the command \[next-error] to find the next error message
  5911. and move to the source code that caused it.
  5912.  
  5913. To run more than one compilation at once, start one and rename the
  5914. `*compilation*' buffer to some other name with \[rename-buffer].
  5915. Then start the next one.
  5916.  
  5917. The name used for the buffer is actually whatever is returned by
  5918. the function in `compilation-buffer-name-function', so you can set that
  5919. to a function that generates a unique name.
  5920. Fgrep
  5921. Run grep, with user-specified args, and collect output in a buffer.
  5922. While grep runs asynchronously, you can use the \[next-error] command
  5923. to find the text that grep hits refer to.
  5924.  
  5925. This command uses a special history list for its arguments, so you can
  5926. easily repeat a grep command.
  5927. Fnext-error
  5928. Visit next compilation error message and corresponding source code.
  5929. This operates on the output from the \[compile] command.
  5930. If all preparsed error messages have been processed,
  5931. the error message buffer is checked for new ones.
  5932.  
  5933. A prefix arg specifies how many error messages to move;
  5934. negative means move back to previous error messages.
  5935. Just C-u as a prefix means reparse the error message buffer
  5936. and start at the first error.
  5937.  
  5938. \[next-error] normally applies to the most recent compilation started,
  5939. but as long as you are in the middle of parsing errors from one compilation
  5940. output buffer, you stay with that compilation output buffer.
  5941.  
  5942. Use \[next-error] in a compilation output buffer to switch to
  5943. processing errors from that compilation.
  5944.  
  5945. See variables `compilation-parse-errors-function' and
  5946. `compilation-error-regexp-alist' for customization ideas.
  5947. Fc++-mode
  5948. Major mode for editing C++ code.  Very much like editing C code.
  5949. Expression and list commands understand all C++ brackets.
  5950. Tab at left margin indents for C++ code
  5951. Comments are delimited with /* ... */ {or with // ... <newline>}
  5952. Paragraphs are separated by blank lines only.
  5953. Delete converts tabs to spaces as it moves back.
  5954. \{c++-mode-map}
  5955. Variables controlling indentation style:
  5956.  c-tab-always-indent
  5957.     Non-nil means TAB in C mode should always reindent the current line,
  5958.     regardless of where in the line point is when the TAB command is used.
  5959.     Default is t.
  5960.  c-auto-newline
  5961.     Non-nil means automatically newline before and after braces,
  5962.     and after colons and semicolons, inserted in C code.
  5963.  c-indent-level
  5964.     Indentation of C statements within surrounding block.
  5965.     The surrounding block's indentation is the indentation
  5966.     of the line on which the open-brace appears.
  5967.  c-continued-statement-offset
  5968.     Extra indentation given to a substatement, such as the
  5969.     then-clause of an if or body of a while.
  5970.  c-continued-brace-offset
  5971.     Extra indentation given to a brace that starts a substatement.
  5972.     This is in addition to c-continued-statement-offset.
  5973.  c-brace-offset
  5974.     Extra indentation for line if it starts with an open brace.
  5975.  c-brace-imaginary-offset
  5976.     An open brace following other text is treated as if it were
  5977.     this far to the right of the start of its line.
  5978.  c-argdecl-indent
  5979.     Indentation level of declarations of C function arguments.
  5980.  c-label-offset
  5981.     Extra indentation for line that is a label, or case or ``default:'', or
  5982.     ``public:'' or ``private:'', or ``protected:''.
  5983.  c++-electric-colon
  5984.     If non-nil at invocation of c++-mode (t is the default) colon electricly
  5985.     indents.
  5986.  c++-empty-arglist-indent
  5987.     If non-nil, a function declaration or invocation which ends a line with a
  5988.     left paren is indented this many extra spaces, instead of flush with the
  5989.     left paren.
  5990.  c++-friend-offset
  5991.     Offset of C++ friend class declarations relative to member declarations.
  5992.  c++-member-init-indent
  5993.     Indentation level of member initializations in function declarations,
  5994.     if they are on a separate line beginning with a colon.
  5995.  c++-continued-member-init-offset
  5996.     Extra indentation for continuation lines of member initializations; NIL
  5997.     means to align with previous initializations rather than with the colon.
  5998.  
  5999. Settings for K&R, BSD, and Stroustrup indentation styles are
  6000.   c-indent-level                5    8    4
  6001.   c-continued-statement-offset  5    8    4
  6002.   c-continued-brace-offset                0
  6003.   c-brace-offset               -5   -8    0
  6004.   c-brace-imaginary-offset                0
  6005.   c-argdecl-indent              0    8    4
  6006.   c-label-offset               -5   -8   -4
  6007.   c++-empty-arglist-indent                4
  6008.   c++-friend-offset                       0
  6009.  
  6010. Turning on C++ mode calls the value of the variable `c++-mode-hook' with
  6011. no args if that value is non-nil.
  6012. Fdabbrev-expand
  6013. Expand previous word "dynamically".
  6014. Expands to the most recent, preceding word for which this is a prefix.
  6015. If no suitable preceding word is found, words following point are considered.
  6016.  
  6017. If `case-fold-search' and `case-replace' are non-nil (usually true)
  6018. then the substituted word may be case-adjusted to match the abbreviation
  6019. that you had typed.  This takes place if the substituted word, as found,
  6020. is all lower case, or if it is at the beginning of a sentence and only
  6021. its first letter was upper case.
  6022.  
  6023. A positive prefix arg N says to take the Nth backward DISTINCT
  6024. possibility.  A negative argument says search forward.  The variable
  6025. `dabbrev-backward-only' may be used to limit the direction of search to
  6026. backward if set non-nil.
  6027.  
  6028. If the cursor has not moved from the end of the previous expansion and
  6029. no argument is given, replace the previously-made expansion
  6030. with the next possible expansion not yet tried.
  6031. Fdebug
  6032. Enter debugger.  Returns if user says "continue".
  6033. Arguments are mainly for use when this is called from the internals
  6034. of the evaluator.
  6035.  
  6036. You may call with no args, or you may pass nil as the first arg and
  6037. any other args you like.  In that case, the list of args after the
  6038. first will be printed into the backtrace buffer.
  6039. Fdebug-on-entry
  6040. Request FUNCTION to invoke debugger each time it is called.
  6041. If the user continues, FUNCTION's execution proceeds.
  6042. Works by modifying the definition of FUNCTION,
  6043. which must be written in Lisp, not predefined.
  6044. Use \[cancel-debug-on-entry] to cancel the effect of this command.
  6045. Redefining FUNCTION also does that.
  6046. Fcancel-debug-on-entry
  6047. Undo effect of \[debug-on-entry] on FUNCTION.
  6048. If argument is nil or an empty string, cancel for all functions.
  6049. Fdelete-selection-mode
  6050. Toggle Delete Selection mode.
  6051. When ON, typed text replaces the selection if the selection is active.
  6052. When OFF, typed text is just inserted at point.
  6053. Fdiary
  6054. Generate the diary window for ARG days starting with the current date.
  6055. If no argument is provided, the number of days of diary entries is governed
  6056. by the variable `number-of-diary-entries'.  This function is suitable for
  6057. execution in a .emacs file.
  6058. Fdiff
  6059. Find and display the differences between OLD and NEW files.
  6060. Interactively the current buffer's file name is the default for for NEW
  6061. and a backup file for NEW is the default for OLD.
  6062. With prefix arg, prompt for diff switches.
  6063. Fdiff-backup
  6064. Diff this file with its backup file or vice versa.
  6065. Uses the latest backup, if there are several numerical backups.
  6066. If this file is a backup, diff it with its original.
  6067. The backup file is the first file given to `diff'.
  6068. Fdired-diff
  6069. Compare file at point with file FILE using `diff'.
  6070. FILE defaults to the file at the mark.
  6071. The prompted-for file is the first file given to `diff'.
  6072. Fdired-backup-diff
  6073. Diff this file with its backup file or vice versa.
  6074. Uses the latest backup, if there are several numerical backups.
  6075. If this file is a backup, diff it with its original.
  6076. The backup file is the first file given to `diff'.
  6077. Fdired-do-chmod
  6078. Change the mode of the marked (or next ARG) files.
  6079. This calls chmod, thus symbolic modes like `g+w' are allowed.
  6080. Fdired-do-chgrp
  6081. Change the group of the marked (or next ARG) files.
  6082. Fdired-do-chown
  6083. Change the owner of the marked (or next ARG) files.
  6084. Fdired-do-print
  6085. Print the marked (or next ARG) files.
  6086. Uses the shell command coming from variables `lpr-command' and
  6087. `lpr-switches' as default.
  6088. Fdired-do-shell-command
  6089. Run a shell command COMMAND on the marked files.
  6090. If no files are marked or a specific numeric prefix arg is given,
  6091. the next ARG files are used.  Just \[universal-argument] means the current file.
  6092. The prompt mentions the file(s) or the marker, as appropriate.
  6093.  
  6094. If there is output, it goes to a separate buffer.
  6095.  
  6096. Normally the command is run on each file individually.
  6097. However, if there is a `*' in the command then it is run
  6098. just once with the entire file list substituted there.
  6099.  
  6100. No automatic redisplay of dired buffers is attempted, as there's no
  6101. telling what files the command may have changed.  Type
  6102. \[dired-do-redisplay] to redisplay the marked files.
  6103.  
  6104. The shell command has the top level directory as working directory, so
  6105. output files usually are created there instead of in a subdir.
  6106. Fdired-do-kill-lines
  6107. Kill all marked lines (not the files).
  6108. With a prefix argument, kill that many lines starting with the current line.
  6109. (A negative argument kills lines before the current line.)
  6110. To kill an entire subdirectory, go to its directory header line
  6111. and use this command with a prefix argument (the value does not matter).
  6112. Fdired-do-compress
  6113. Compress or uncompress marked (or next ARG) files.
  6114. Fdired-do-byte-compile
  6115. Byte compile marked (or next ARG) Emacs Lisp files.
  6116. Fdired-do-load
  6117. Load the marked (or next ARG) Emacs Lisp files.
  6118. Fdired-do-redisplay
  6119. Redisplay all marked (or next ARG) files.
  6120. If on a subdir line, redisplay that subdirectory.  In that case,
  6121. a prefix arg lets you edit the `ls' switches used for the new listing.
  6122. Fdired-string-replace-match
  6123. Replace first match of REGEXP in STRING with NEWTEXT.
  6124. If it does not match, nil is returned instead of the new string.
  6125. Optional arg LITERAL means to take NEWTEXT literally.
  6126. Optional arg GLOBAL means to replace all matches.
  6127. Fdired-create-directory
  6128. Create a directory called DIRECTORY.
  6129. Fdired-do-copy
  6130. Copy all marked (or next ARG) files, or copy the current file.
  6131. This normally preserves the last-modified date when copying.
  6132. When operating on just the current file, you specify the new name.
  6133. When operating on multiple or marked files, you specify a directory
  6134. and new symbolic links are made in that directory
  6135. with the same names that the files currently have.
  6136. Fdired-do-symlink
  6137. Make symbolic links to current file or all marked (or next ARG) files.
  6138. When operating on just the current file, you specify the new name.
  6139. When operating on multiple or marked files, you specify a directory
  6140. and new symbolic links are made in that directory
  6141. with the same names that the files currently have.
  6142. Fdired-do-hardlink
  6143. Add names (hard links) current file or all marked (or next ARG) files.
  6144. When operating on just the current file, you specify the new name.
  6145. When operating on multiple or marked files, you specify a directory
  6146. and new hard links are made in that directory
  6147. with the same names that the files currently have.
  6148. Fdired-do-rename
  6149. Rename current file or all marked (or next ARG) files.
  6150. When renaming just the current file, you specify the new name.
  6151. When renaming multiple or marked files, you specify a directory.
  6152. Fdired-do-rename-regexp
  6153. Rename marked files containing REGEXP to NEWNAME.
  6154. As each match is found, the user must type a character saying
  6155.   what to do with it.  For directions, type \[help-command] at that time.
  6156. NEWNAME may contain \=\<n> or \& as in `query-replace-regexp'.
  6157. REGEXP defaults to the last regexp used.
  6158. With a zero prefix arg, renaming by regexp affects the complete
  6159.   pathname - usually only the non-directory part of file names is used
  6160.   and changed.
  6161. Fdired-do-copy-regexp
  6162. Copy all marked files containing REGEXP to NEWNAME.
  6163. See function `dired-rename-regexp' for more info.
  6164. Fdired-do-hardlink-regexp
  6165. Hardlink all marked files containing REGEXP to NEWNAME.
  6166. See function `dired-rename-regexp' for more info.
  6167. Fdired-do-symlink-regexp
  6168. Symlink all marked files containing REGEXP to NEWNAME.
  6169. See function `dired-rename-regexp' for more info.
  6170. Fdired-upcase
  6171. Rename all marked (or next ARG) files to upper case.
  6172. Fdired-downcase
  6173. Rename all marked (or next ARG) files to lower case.
  6174. Fdired-maybe-insert-subdir
  6175. Insert this subdirectory into the same dired buffer.
  6176. If it is already present, just move to it (type \[dired-do-redisplay] to refresh),
  6177.   else inserts it at its natural place (as `ls -lR' would have done).
  6178. With a prefix arg, you may edit the ls switches used for this listing.
  6179.   You can add `R' to the switches to expand the whole tree starting at
  6180.   this subdirectory.
  6181. This function takes some pains to conform to `ls -lR' output.
  6182. Fdired-prev-subdir
  6183. Go to previous subdirectory, regardless of level.
  6184. When called interactively and not on a subdir line, go to this subdir's line.
  6185. Fdired-goto-subdir
  6186. Go to end of header line of DIR in this dired buffer.
  6187. Return value of point on success, otherwise return nil.
  6188. The next char is either \n, or \r if DIR is hidden.
  6189. Fdired-mark-subdir-files
  6190. Mark all files except `.' and `..'.
  6191. Fdired-kill-subdir
  6192. Remove all lines of current subdirectory.
  6193. Lower levels are unaffected.
  6194. Fdired-tree-up
  6195. Go up ARG levels in the dired tree.
  6196. Fdired-tree-down
  6197. Go down in the dired tree.
  6198. Fdired-hide-subdir
  6199. Hide or unhide the current subdirectory and move to next directory.
  6200. Optional prefix arg is a repeat factor.
  6201. Use \[dired-hide-all] to (un)hide all directories.
  6202. Fdired-hide-all
  6203. Hide all subdirectories, leaving only their header lines.
  6204. If there is already something hidden, make everything visible again.
  6205. Use \[dired-hide-subdir] to (un)hide a particular subdirectory.
  6206. Vdired-chown-program
  6207. Name of chown command (usually `chown' or `/etc/chown').
  6208. Vdired-ls-F-marks-symlinks
  6209. *Informs dired about how `ls -lF' marks symbolic links.
  6210. Set this to t if `insert-directory-program' with `-lF' marks the symbolic link
  6211. itself with a trailing @ (usually the case under Ultrix).
  6212.  
  6213. Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
  6214. nil (the default), if it gives `bar@ -> foo', set it to t.
  6215.  
  6216. Dired checks if there is really a @ appended.  Thus, if you have a
  6217. marking `ls' program on one host and a non-marking on another host, and
  6218. don't care about symbolic links which really end in a @, you can
  6219. always set this variable to t.
  6220. Vdired-trivial-filenames
  6221. *Regexp of files to skip when finding first file of a directory.
  6222. A value of nil means move to the subdir line.
  6223. A value of t means move to first file.
  6224. Vdired-keep-marker-rename
  6225. *Controls marking of renamed files.
  6226. If t, files keep their previous marks when they are renamed.
  6227. If a character, renamed files (whether previously marked or not)
  6228. are afterward marked with that character.
  6229. Vdired-keep-marker-copy
  6230. *Controls marking of copied files.
  6231. If t, copied files are marked if and as the corresponding original files were.
  6232. If a character, copied files are unconditionally marked with that character.
  6233. Vdired-keep-marker-hardlink
  6234. *Controls marking of newly made hard links.
  6235. If t, they are marked if and as the files linked to were marked.
  6236. If a character, new links are unconditionally marked with that character.
  6237. Vdired-keep-marker-symlink
  6238. *Controls marking of newly made symbolic links.
  6239. If t, they are marked if and as the files linked to were marked.
  6240. If a character, new links are unconditionally marked with that character.
  6241. Vdired-dwim-target
  6242. *If non-nil, dired tries to guess a default target directory.
  6243. This means: if there is a dired buffer displayed in the next window,
  6244. use its current subdir, instead of the current subdir of this dired buffer.
  6245.  
  6246. The target is used in the prompt for file copy, rename etc.
  6247. Vdired-copy-preserve-time
  6248. *If non-nil, Dired preserves the last-modified time in a file copy.
  6249. (This works on only some systems.)
  6250. Fdired
  6251. "Edit" directory DIRNAME--delete, rename, print, etc. some files in it.
  6252. Optional second argument SWITCHES specifies the `ls' options used.
  6253. (Interactively, use a prefix argument to be able to specify SWITCHES.)
  6254. Dired displays a list of files in DIRNAME (which may also have
  6255. shell wildcards appended to select certain files).  If DIRNAME is a cons,
  6256. its first element is taken as the directory name and the resr as an explicit
  6257. list of files to make directory entries for.
  6258. \<dired-mode-map>You can move around in it with the usual commands.
  6259. You can flag files for deletion with \[dired-flag-file-deletion] and then
  6260. delete them by typing \[dired-do-flagged-delete].
  6261. Type \[describe-mode] after entering dired for more info.
  6262.  
  6263. If DIRNAME is already in a dired buffer, that buffer is used without refresh.
  6264. Fdired-other-window
  6265. "Edit" directory DIRNAME.  Like `dired' but selects in another window.
  6266. Fdired-other-frame
  6267. "Edit" directory DIRNAME.  Like `dired' but makes a new frame.
  6268. Fdired-noselect
  6269. Like `dired' but returns the dired buffer as value, does not select it.
  6270. Fdisassemble
  6271. Print disassembled code for OBJECT in (optional) BUFFER.
  6272. OBJECT can be a symbol defined as a function, or a function itself
  6273. (a lambda expression or a compiled-function object).
  6274. If OBJECT is not already compiled, we compile it, but do not
  6275. redefine OBJECT if it is a symbol.
  6276. Fdescribe-current-display-table
  6277. Describe the display table in use in the selected window and buffer.
  6278. Fmake-display-table
  6279. Return a new, empty display table.
  6280. Fstandard-display-8bit
  6281. Display characters in the range L to H literally.
  6282. Fstandard-display-default
  6283. Display characters in the range L to H using the default notation.
  6284. Fstandard-display-ascii
  6285. Display character C using string S.
  6286. Fstandard-display-g1
  6287. Display character C as character SC in the g1 character set.
  6288. Fstandard-display-graphic
  6289. Display character C as character GC in graphics character set.
  6290. Fstandard-display-underline
  6291. Display character C as character UC plus underlining.
  6292. Fstandard-display-european
  6293. Toggle display of European characters encoded with ISO 8859.
  6294. When enabled, characters in the range of 160 to 255 display not
  6295. as octal escapes, but as accented characters.
  6296. With prefix argument, enable European character display iff arg is positive.
  6297. Fdissociated-press
  6298. Dissociate the text of the current buffer.
  6299. Output goes in buffer named *Dissociation*,
  6300. which is redisplayed each time text is added to it.
  6301. Every so often the user must say whether to continue.
  6302. If ARG is positive, require ARG chars of continuity.
  6303. If ARG is negative, require -ARG words of continuity.
  6304. Default is 2.
  6305. Fdoctor
  6306. Switch to *doctor* buffer and start giving psychotherapy.
  6307. Fdunnet
  6308. Switch to *dungeon* buffer and start game.
  6309. Felectric-buffer-list
  6310. Pops up a buffer describing the set of Emacs buffers.
  6311. Vaguely like ITS lunar select buffer; combining typeoutoid buffer
  6312. listing with menuoid buffer selection.
  6313.  
  6314. If the very next character typed is a space then the buffer list
  6315. window disappears.  Otherwise, one may move around in the buffer list
  6316. window, marking buffers to be selected, saved or deleted.
  6317.  
  6318. To exit and select a new buffer, type a space when the cursor is on
  6319. the appropriate line of the buffer-list window.  Other commands are
  6320. much like those of buffer-menu-mode.
  6321.  
  6322. Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
  6323.  
  6324. \{electric-buffer-menu-mode-map}
  6325. FElectric-command-history-redo-expression
  6326. Edit current history line in minibuffer and execute result.
  6327. With prefix arg NOCONFIRM, execute current line as-is without editing.
  6328. Fedebug-defun
  6329. Evaluate defun or defmacro, like eval-defun, but with edebug calls.
  6330. Print its name in the minibuffer and leave point after any error it finds,
  6331. with mark at the original point.
  6332. Vglobal-edebug-prefix
  6333. Prefix key for global edebug commands, available from any buffer.
  6334. Vglobal-edebug-map
  6335. Global map of edebug commands, available from any buffer.
  6336. Fedebug-debug
  6337. Replacement for debug.  
  6338. If an error or quit occurred and we are running an edebugged function,
  6339. show where we last were.  Otherwise call debug normally.
  6340. Fedit-last-kbd-macro
  6341. Edit the most recently defined keyboard macro.
  6342. Fedit-kbd-macro
  6343. Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
  6344. (See also `edit-last-kbd-macro'.)
  6345. Fread-kbd-macro
  6346. Read the region as a keyboard macro definition.
  6347. The region is interpreted as spelled-out keystrokes, e.g., "M-x abc RET".
  6348. The resulting macro is installed as the "current" keyboard macro.
  6349.  
  6350. Symbols:  RET, SPC, TAB, DEL, LFD, NUL; C-key; M-key.  (Must be uppercase.)
  6351.           REM marks the rest of a line as a comment.
  6352.           Whitespace is ignored; other characters are copied into the macro.
  6353. Fedt-emulation-on
  6354. Emulate DEC's EDT editor.
  6355. Note that many keys are rebound; including nearly all keypad keys.
  6356. Use \[edt-emulation-off] to undo all rebindings except the keypad keys.
  6357. Freport-emacs-bug
  6358. Report a bug in GNU Emacs.
  6359. Prompts for bug subject.  Leaves you in a mail buffer.
  6360. Femerge-files
  6361. Run Emerge on two files.
  6362. Femerge-files-with-ancestor
  6363. Run Emerge on two files, giving another file as the ancestor.
  6364. Femerge-buffers
  6365. Run Emerge on two buffers.
  6366. Femerge-buffers-with-ancestor
  6367. Run Emerge on two buffers, giving another buffer as the ancestor.
  6368. Fsetenv
  6369. Set the value of the environment variable named VARIABLE to VALUE.
  6370. VARIABLE should be a string.  VALUE is optional; if not provided or is
  6371. `nil', the environment variable VARIABLE will be removed.  
  6372. This function works by modifying `process-environment'.
  6373. Vtags-file-name
  6374. *File name of tags table.
  6375. To switch to a new tags table, setting this variable is sufficient.
  6376. If you set this variable, do not also set `tags-table-list'.
  6377. Use the `etags' program to make a tags table file.
  6378. Vtags-table-list
  6379. *List of file names of tags tables to search.
  6380. An element that is a directory means the file "TAGS" in that directory.
  6381. To switch to a new list of tags tables, setting this variable is sufficient.
  6382. If you set this variable, do not also set `tags-file-name'.
  6383. Use the `etags' program to make a tags table file.
  6384. Vfind-tag-hook
  6385. *Hook to be run by \[find-tag] after finding a tag.  See `run-hooks'.
  6386. The value in the buffer in which \[find-tag] is done is used,
  6387. not the value in the buffer \[find-tag] goes to.
  6388. Vfind-tag-default-function
  6389. *A function of no arguments used by \[find-tag] to pick a default tag.
  6390. If nil, and the symbol that is the value of `major-mode'
  6391. has a `find-tag-default-function' property (see `put'), that is used.
  6392. Otherwise, `find-tag-default' is used.
  6393. Vdefault-tags-table-function
  6394. *If non-nil, a function of no arguments to choose a default tags file
  6395. for a particular buffer.
  6396. Fvisit-tags-table
  6397. Tell tags commands to use tags table file FILE.
  6398. FILE should be the name of a file created with the `etags' program.
  6399. A directory name is ok too; it means file TAGS in that directory.
  6400.  
  6401. Normally \[visit-tags-table] sets the global value of `tags-file-name'.
  6402. With a prefix arg, set the buffer-local value instead.
  6403. When you find a tag with \[find-tag], the buffer it finds the tag
  6404. in is given a local value of this variable which is the name of the tags
  6405. file the tag was in.
  6406. Ftags-table-files
  6407. Return a list of files in the current tags table.
  6408. Assumes the tags table is the current buffer.
  6409. File names returned are absolute.
  6410. Ffind-tag-noselect
  6411. Find tag (in current tags table) whose name contains TAGNAME.
  6412. Returns the buffer containing the tag's definition and moves its point there,
  6413. but does not select the buffer.
  6414. The default for TAGNAME is the expression in the buffer near point.
  6415.  
  6416. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6417. another tag that matches the last tagname or regexp used.  When there are
  6418. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6419. is the atom `-' (interactively, with prefix arg that is a negative number
  6420. or just \[negative-argument]), pop back to the previous tag gone to.
  6421.  
  6422. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
  6423.  
  6424. See documentation of variable `tags-file-name'.
  6425. Ffind-tag
  6426. Find tag (in current tags table) whose name contains TAGNAME.
  6427. Select the buffer containing the tag's definition, and move point there.
  6428. The default for TAGNAME is the expression in the buffer around or before point.
  6429.  
  6430. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6431. another tag that matches the last tagname or regexp used.  When there are
  6432. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6433. is the atom `-' (interactively, with prefix arg that is a negative number
  6434. or just \[negative-argument]), pop back to the previous tag gone to.
  6435.  
  6436. See documentation of variable `tags-file-name'.
  6437. Ffind-tag-other-window
  6438. Find tag (in current tags table) whose name contains TAGNAME.
  6439. Select the buffer containing the tag's definition in another window, and
  6440. move point there.  The default for TAGNAME is the expression in the buffer
  6441. around or before point.
  6442.  
  6443. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6444. another tag that matches the last tagname or regexp used.  When there are
  6445. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6446. is negative (interactively, with prefix arg that is a negative number or
  6447. just \[negative-argument]), pop back to the previous tag gone to.
  6448.  
  6449. See documentation of variable `tags-file-name'.
  6450. Ffind-tag-other-frame
  6451. Find tag (in current tags table) whose name contains TAGNAME.
  6452. Select the buffer containing the tag's definition in another frame, and
  6453. move point there.  The default for TAGNAME is the expression in the buffer
  6454. around or before point.
  6455.  
  6456. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6457. another tag that matches the last tagname or regexp used.  When there are
  6458. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6459. is negative (interactively, with prefix arg that is a negative number or
  6460. just \[negative-argument]), pop back to the previous tag gone to.
  6461.  
  6462. See documentation of variable `tags-file-name'.
  6463. Ffind-tag-regexp
  6464. Find tag (in current tags table) whose name matches REGEXP.
  6465. Select the buffer containing the tag's definition and move point there.
  6466.  
  6467. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6468. another tag that matches the last tagname or regexp used.  When there are
  6469. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6470. is negative (interactively, with prefix arg that is a negative number or
  6471. just \[negative-argument]), pop back to the previous tag gone to.
  6472.  
  6473. If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
  6474.  
  6475. See documentation of variable `tags-file-name'.
  6476. Fnext-file
  6477. Select next file among files in current tags table.
  6478. Non-nil first argument (prefix arg, if interactive)
  6479. initializes to the beginning of the list of files in the tags table.
  6480.  
  6481. Non-nil second argument NOVISIT means use a temporary buffer
  6482.  to save time and avoid uninteresting warnings.
  6483.  
  6484. Value is nil if the file was already visited;
  6485. if the file was newly read in, the value is the filename.
  6486. Ftags-loop-continue
  6487. Continue last \[tags-search] or \[tags-query-replace] command.
  6488. Used noninteractively with non-nil argument to begin such a command.
  6489. Two variables control the processing we do on each file:
  6490. the value of `tags-loop-scan' is a form to be executed on each file
  6491. to see if it is interesting (it returns non-nil if so)
  6492. and `tags-loop-operate' is a form to execute to operate on an interesting file
  6493. If the latter returns non-nil, we exit; otherwise we scan the next file.
  6494. Ftags-search
  6495. Search through all files listed in tags table for match for REGEXP.
  6496. Stops when a match is found.
  6497. To continue searching for next match, use command \[tags-loop-continue].
  6498.  
  6499. See documentation of variable `tags-file-name'.
  6500. Ftags-query-replace
  6501. Query-replace-regexp FROM with TO through all files listed in tags table.
  6502. Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
  6503. If you exit (\[keyboard-quit] or ESC), you can resume the query-replace
  6504. with the command \[tags-loop-continue].
  6505.  
  6506. See documentation of variable `tags-file-name'.
  6507. Flist-tags
  6508. Display list of tags in file FILE.
  6509. FILE should not contain a directory specification
  6510. unless it has one in the tags table.
  6511. Ftags-apropos
  6512. Display list of all tags in tags table REGEXP matches.
  6513. Fselect-tags-table
  6514. Select a tags table file from a menu of those you have already used.
  6515. The list of tags tables to select from is stored in `tags-table-file-list';
  6516. see the doc of that variable if you want to add names to the list.
  6517. Fcomplete-tag
  6518. Perform tags completion on the text around point.
  6519. Completes to the set of names listed in the current tags table.  
  6520. The string to complete is chosen in the same way as the default
  6521. for \[find-tag] (which see).
  6522. Vtags-file-name
  6523. *File name of tags table.
  6524. To switch to a new tags table, setting this variable is sufficient.
  6525. If you set this variable, do not also set `tags-table-list'.
  6526. Use the `etags' program to make a tags table file.
  6527. Vtags-table-list
  6528. *List of file names of tags tables to search.
  6529. An element that is a directory means the file "TAGS" in that directory.
  6530. To switch to a new list of tags tables, setting this variable is sufficient.
  6531. If you set this variable, do not also set `tags-file-name'.
  6532. Use the `etags' program to make a tags table file.
  6533. Vfind-tag-hook
  6534. *Hook to be run by \[find-tag] after finding a tag.  See `run-hooks'.
  6535. The value in the buffer in which \[find-tag] is done is used,
  6536. not the value in the buffer \[find-tag] goes to.
  6537. Vfind-tag-default-function
  6538. *A function of no arguments used by \[find-tag] to pick a default tag.
  6539. If nil, and the symbol that is the value of `major-mode'
  6540. has a `find-tag-default-function' property (see `put'), that is used.
  6541. Otherwise, `find-tag-default' is used.
  6542. Vdefault-tags-table-function
  6543. *If non-nil, a function of no arguments to choose a default tags file
  6544. for a particular buffer.
  6545. Fvisit-tags-table
  6546. Tell tags commands to use tags table file FILE.
  6547. FILE should be the name of a file created with the `etags' program.
  6548. A directory name is ok too; it means file TAGS in that directory.
  6549.  
  6550. Normally \[visit-tags-table] sets the global value of `tags-file-name'.
  6551. With a prefix arg, set the buffer-local value instead.
  6552. When you find a tag with \[find-tag], the buffer it finds the tag
  6553. in is given a local value of this variable which is the name of the tags
  6554. file the tag was in.
  6555. Ftags-table-files
  6556. Return a list of files in the current tags table.
  6557. Assumes the tags table is the current buffer.
  6558. File names returned are absolute.
  6559. Ffind-tag-noselect
  6560. Find tag (in current tags table) whose name contains TAGNAME.
  6561. Returns the buffer containing the tag's definition and moves its point there,
  6562. but does not select the buffer.
  6563. The default for TAGNAME is the expression in the buffer near point.
  6564.  
  6565. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6566. another tag that matches the last tagname or regexp used.  When there are
  6567. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6568. is the atom `-' (interactively, with prefix arg that is a negative number
  6569. or just \[negative-argument]), pop back to the previous tag gone to.
  6570.  
  6571. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
  6572.  
  6573. See documentation of variable `tags-file-name'.
  6574. Ffind-tag
  6575. Find tag (in current tags table) whose name contains TAGNAME.
  6576. Select the buffer containing the tag's definition, and move point there.
  6577. The default for TAGNAME is the expression in the buffer around or before point.
  6578.  
  6579. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6580. another tag that matches the last tagname or regexp used.  When there are
  6581. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6582. is the atom `-' (interactively, with prefix arg that is a negative number
  6583. or just \[negative-argument]), pop back to the previous tag gone to.
  6584.  
  6585. See documentation of variable `tags-file-name'.
  6586. Ffind-tag-other-window
  6587. Find tag (in current tags table) whose name contains TAGNAME.
  6588. Select the buffer containing the tag's definition in another window, and
  6589. move point there.  The default for TAGNAME is the expression in the buffer
  6590. around or before point.
  6591.  
  6592. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6593. another tag that matches the last tagname or regexp used.  When there are
  6594. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6595. is negative (interactively, with prefix arg that is a negative number or
  6596. just \[negative-argument]), pop back to the previous tag gone to.
  6597.  
  6598. See documentation of variable `tags-file-name'.
  6599. Ffind-tag-other-frame
  6600. Find tag (in current tags table) whose name contains TAGNAME.
  6601. Select the buffer containing the tag's definition in another frame, and
  6602. move point there.  The default for TAGNAME is the expression in the buffer
  6603. around or before point.
  6604.  
  6605. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6606. another tag that matches the last tagname or regexp used.  When there are
  6607. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6608. is negative (interactively, with prefix arg that is a negative number or
  6609. just \[negative-argument]), pop back to the previous tag gone to.
  6610.  
  6611. See documentation of variable `tags-file-name'.
  6612. Ffind-tag-regexp
  6613. Find tag (in current tags table) whose name matches REGEXP.
  6614. Select the buffer containing the tag's definition and move point there.
  6615.  
  6616. If second arg NEXT-P is t (interactively, with prefix arg), search for
  6617. another tag that matches the last tagname or regexp used.  When there are
  6618. multiple matches for a tag, more exact matches are found first.  If NEXT-P
  6619. is negative (interactively, with prefix arg that is a negative number or
  6620. just \[negative-argument]), pop back to the previous tag gone to.
  6621.  
  6622. If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
  6623.  
  6624. See documentation of variable `tags-file-name'.
  6625. Fnext-file
  6626. Select next file among files in current tags table.
  6627. Non-nil first argument (prefix arg, if interactive)
  6628. initializes to the beginning of the list of files in the tags table.
  6629.  
  6630. Non-nil second argument NOVISIT means use a temporary buffer
  6631.  to save time and avoid uninteresting warnings.
  6632.  
  6633. Value is nil if the file was already visited;
  6634. if the file was newly read in, the value is the filename.
  6635. Ftags-loop-continue
  6636. Continue last \[tags-search] or \[tags-query-replace] command.
  6637. Used noninteractively with non-nil argument to begin such a command.
  6638. Two variables control the processing we do on each file:
  6639. the value of `tags-loop-scan' is a form to be executed on each file
  6640. to see if it is interesting (it returns non-nil if so)
  6641. and `tags-loop-operate' is a form to execute to operate on an interesting file
  6642. If the latter returns non-nil, we exit; otherwise we scan the next file.
  6643. Ftags-search
  6644. Search through all files listed in tags table for match for REGEXP.
  6645. Stops when a match is found.
  6646. To continue searching for next match, use command \[tags-loop-continue].
  6647.  
  6648. See documentation of variable `tags-file-name'.
  6649. Ftags-query-replace
  6650. Query-replace-regexp FROM with TO through all files listed in tags table.
  6651. Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
  6652. If you exit (\[keyboard-quit] or ESC), you can resume the query-replace
  6653. with the command \[tags-loop-continue].
  6654.  
  6655. See documentation of variable `tags-file-name'.
  6656. Flist-tags
  6657. Display list of tags in file FILE.
  6658. FILE should not contain a directory specification
  6659. unless it has one in the tags table.
  6660. Ftags-apropos
  6661. Display list of all tags in tags table REGEXP matches.
  6662. Fselect-tags-table
  6663. Select a tags table file from a menu of those you have already used.
  6664. The list of tags tables to select from is stored in `tags-table-file-list';
  6665. see the doc of that variable if you want to add names to the list.
  6666. Fcomplete-tag
  6667. Perform tags completion on the text around point.
  6668. Completes to the set of names listed in the current tags table.  
  6669. The string to complete is chosen in the same way as the default
  6670. for \[find-tag] (which see).
  6671. Vfind-ls-option
  6672. *Option to `find' to produce an `ls -l'-type listing.
  6673. Vfind-grep-options
  6674. *Option to grep to be as silent as possible.
  6675. On Berkeley systems, this is `-s', for others it seems impossible to
  6676. suppress all output, so `-l' is used to print nothing more than the
  6677. file name.
  6678. Ffind-dired
  6679. Run `find' and go into dired-mode on a buffer of the output.
  6680. The command run (after changing into DIR) is
  6681.  
  6682.     find . \( ARGS \) -ls
  6683. Ffind-name-dired
  6684. Search DIR recursively for files matching the globbing pattern PATTERN,
  6685. and run dired on those files.
  6686. PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
  6687. The command run (after changing into DIR) is
  6688.  
  6689.     find . -name 'PATTERN' -ls
  6690. Ffind-grep-dired
  6691. Find files in DIR containing a regexp ARG and start Dired on output.
  6692. The command run (after changing into DIR) is
  6693.  
  6694.     find . -exec grep -s ARG {} \; -ls
  6695.  
  6696. Thus ARG can also contain additional grep options.
  6697. Fenable-flow-control
  6698. Enable use of flow control; let user type C-s as C-\ and C-q as C-^.
  6699. Fenable-flow-control-on
  6700. Enable flow control if using one of a specified set of terminal types.
  6701. Use `(enable-flow-control-on "vt100" "h19")' to enable flow control
  6702. on VT-100 and H19 terminals.  When flow control is enabled,
  6703. you must type C-\ to get the effect of a C-s, and type C-^
  6704. to get the effect of a C-q.
  6705. Vfont-lock-mode-hook
  6706. Function or functions to run on entry to Font Lock mode.
  6707. Ffont-lock-mode
  6708. Toggle Font Lock mode.
  6709. With arg, turn Font Lock mode on if and only if arg is positive.
  6710.  
  6711. When Font Lock mode is enabled, text is fontified as you type it:
  6712.  
  6713.  - comments are displayed in `font-lock-comment-face';
  6714.      (That is a variable whose value should be a face name.)
  6715.  - strings are displayed in `font-lock-string-face';
  6716.  - documentation strings are displayed in `font-lock-doc-string-face';
  6717.  - function and variable names in their defining forms are displayed
  6718.    in `font-lock-function-name-face';
  6719.  - and certain other expressions are displayed in other faces
  6720.    according to the value of the variable `font-lock-keywords'.
  6721.  
  6722. When you turn Font Lock mode on/off, the buffer is fontified/defontified.
  6723. To fontify a buffer without having newly typed text become fontified, you
  6724. can use \[font-lock-fontify-buffer].
  6725. Fforms-mode
  6726. Major mode to visit files in a field-structured manner using a form.
  6727.  
  6728. Commands (prefix with C-c if not in read-only mode):
  6729. \{forms-mode-map}
  6730. Fforms-find-file
  6731. Visit a file in Forms mode.
  6732. Fforms-find-file-other-window
  6733. Visit a file in Forms mode in other window.
  6734. Vfortran-tab-mode-default
  6735. *Default tabbing/carriage control style for empty files in Fortran mode.
  6736. A value of t specifies tab-digit style of continuation control.
  6737. A value of nil specifies that continuation lines are marked
  6738. with a character in column 6.
  6739. Ffortran-mode
  6740. Major mode for editing Fortran code.
  6741. \[fortran-indent-line] indents the current Fortran line correctly. 
  6742. DO statements must not share a common CONTINUE.
  6743.  
  6744. Type ;? or ;\[help-command] to display a list of built-in abbrevs for Fortran keywords.
  6745.  
  6746. Key definitions:
  6747. \{fortran-mode-map}
  6748.  
  6749. Variables controlling indentation style and extra features:
  6750.  
  6751.  comment-start
  6752.     Normally nil in Fortran mode.  If you want to use comments
  6753.     starting with `!', set this to the string "!".
  6754.  fortran-do-indent
  6755.     Extra indentation within do blocks.  (default 3)
  6756.  fortran-if-indent
  6757.     Extra indentation within if blocks.  (default 3)
  6758.  fortran-structure-indent
  6759.     Extra indentation within structure, union and map blocks.  (default 3)
  6760.  fortran-continuation-indent
  6761.     Extra indentation applied to continuation statements.  (default 5)
  6762.  fortran-comment-line-extra-indent
  6763.     Amount of extra indentation for text within full-line comments. (default 0)
  6764.  fortran-comment-indent-style
  6765.     nil    means don't change indentation of text in full-line comments,
  6766.     fixed  means indent that text at `fortran-comment-line-extra-indent' beyond
  6767.            the value of `fortran-minimum-statement-indent-fixed' (for fixed
  6768.            format continuation style) or `fortran-minimum-statement-indent-tab'
  6769.            (for TAB format continuation style).
  6770.     relative  means indent at `fortran-comment-line-extra-indent' beyond the
  6771.            indentation for a line of code.
  6772.     (default 'fixed)
  6773.  fortran-comment-indent-char
  6774.     Single-character string to be inserted instead of space for
  6775.     full-line comment indentation.  (default " ")
  6776.  fortran-minimum-statement-indent-fixed
  6777.     Minimum indentation for Fortran statements in fixed format mode. (def.6)
  6778.  fortran-minimum-statement-indent-tab
  6779.     Minimum indentation for Fortran statements in TAB format mode. (default 9)
  6780.  fortran-line-number-indent
  6781.     Maximum indentation for line numbers.  A line number will get
  6782.     less than this much indentation if necessary to avoid reaching
  6783.     column 5.  (default 1)
  6784.  fortran-check-all-num-for-matching-do
  6785.     Non-nil causes all numbered lines to be treated as possible "continue"
  6786.     statements.  (default nil)
  6787.  fortran-blink-matching-if 
  6788.     From a Fortran ENDIF statement, blink the matching IF statement.
  6789.     (default nil)
  6790.  fortran-continuation-string
  6791.     Single-character string to be inserted in column 5 of a continuation
  6792.     line.  (default "$")
  6793.  fortran-comment-region
  6794.     String inserted by \[fortran-comment-region] at start of each line in 
  6795.     region.  (default "c$$$")
  6796.  fortran-electric-line-number
  6797.     Non-nil causes line number digits to be moved to the correct column 
  6798.     as typed.  (default t)
  6799.  fortran-break-before-delimiters
  6800.     Non-nil causes `fortran-do-auto-fill' breaks lines before delimiters.
  6801.     (default t)
  6802.  fortran-startup-message
  6803.     Set to nil to inhibit message first time Fortran mode is used.
  6804.  
  6805. Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
  6806. with no args, if that value is non-nil.
  6807. Fgnus
  6808. Read network news.
  6809. If optional argument CONFIRM is non-nil, ask NNTP server.
  6810. Fgnus-post-news
  6811. Begin editing a new USENET news article to be posted.
  6812. Type \[describe-mode] once editing the article to get a list of commands.
  6813. Fgomoku
  6814. Start a Gomoku game between you and Emacs.
  6815. If a game is in progress, this command allow you to resume it.
  6816. If optional arguments N and M are given, an N by M board is used.
  6817.  
  6818. You and Emacs play in turn by marking a free square.  You mark it with X
  6819. and Emacs marks it with O. The winner is the first to get five contiguous
  6820. marks horizontally, vertically or in diagonal.
  6821.  
  6822. You play by moving the cursor over the square you choose and hitting
  6823. \<gomoku-mode-map>\[gomoku-human-plays].
  6824. Use \[describe-mode] for more info.
  6825. Fset-gosmacs-bindings
  6826. Rebind some keys globally to make GNU Emacs resemble Gosling Emacs.
  6827. Use \[set-gnu-bindings] to restore previous global bindings.
  6828. Fgdb
  6829. Run gdb on program FILE in buffer *gud-FILE*.
  6830. The directory containing FILE becomes the initial working directory
  6831. and source-file directory for your debugger.
  6832. Fsdb
  6833. Run sdb on program FILE in buffer *gud-FILE*.
  6834. The directory containing FILE becomes the initial working directory
  6835. and source-file directory for your debugger.
  6836. Fdbx
  6837. Run dbx on program FILE in buffer *gud-FILE*.
  6838. The directory containing FILE becomes the initial working directory
  6839. and source-file directory for your debugger.
  6840. Fxdb
  6841. Run xdb on program FILE in buffer *gud-FILE*.
  6842. The directory containing FILE becomes the initial working directory
  6843. and source-file directory for your debugger.
  6844.  
  6845. You can set the variable 'gud-xdb-directories' to a list of program source
  6846. directories if your program contains sources from more than one directory.
  6847. Fhanoi
  6848. Towers of Hanoi diversion.  Argument is number of rings.
  6849. FHelper-describe-bindings
  6850. Describe local key bindings of current mode.
  6851. FHelper-help
  6852. Provide help for current mode.
  6853. Fhexl-mode
  6854. \<hexl-mode-map>
  6855. A major mode for editing binary files in hex dump format.
  6856.  
  6857. This function automatically converts a buffer into the hexl format
  6858. using the function `hexlify-buffer'.
  6859.  
  6860. Each line in the buffer has an "address" (displayed in hexadecimal)
  6861. representing the offset into the file that the characters on this line
  6862. are at and 16 characters from the file (displayed as hexadecimal
  6863. values grouped every 16 bits) and as their ASCII values.
  6864.  
  6865. If any of the characters (displayed as ASCII characters) are
  6866. unprintable (control or meta characters) they will be replaced as
  6867. periods.
  6868.  
  6869. If `hexl-mode' is invoked with an argument the buffer is assumed to be
  6870. in hexl format.
  6871.  
  6872. A sample format:
  6873.  
  6874.   HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f     ASCII-TEXT
  6875.   --------  ---- ---- ---- ---- ---- ---- ---- ----  ----------------
  6876.   00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64  This is hexl-mod
  6877.   00000010: 652e 2020 4561 6368 206c 696e 6520 7265  e.  Each line re
  6878.   00000020: 7072 6573 656e 7473 2031 3620 6279 7465  presents 16 byte
  6879.   00000030: 7320 6173 2068 6578 6164 6563 696d 616c  s as hexadecimal
  6880.   00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74   ASCII.and print
  6881.   00000050: 6162 6c65 2041 5343 4949 2063 6861 7261  able ASCII chara
  6882.   00000060: 6374 6572 732e 2020 416e 7920 636f 6e74  cters.  Any cont
  6883.   00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949  rol or non-ASCII
  6884.   00000080: 2063 6861 7261 6374 6572 730a 6172 6520   characters.are 
  6885.   00000090: 6469 7370 6c61 7965 6420 6173 2070 6572  displayed as per
  6886.   000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e  iods in the prin
  6887.   000000b0: 7461 626c 6520 6368 6172 6163 7465 7220  table character 
  6888.   000000c0: 7265 6769 6f6e 2e0a                      region..
  6889.  
  6890. Movement is as simple as movement in a normal emacs text buffer.  Most
  6891. cursor movement bindings are the same (ie. Use \[hexl-backward-char], \[hexl-forward-char], \[hexl-next-line], and \[hexl-previous-line]
  6892. to move the cursor left, right, down, and up).
  6893.  
  6894. Advanced cursor movement commands (ala \[hexl-beginning-of-line], \[hexl-end-of-line], \[hexl-beginning-of-buffer], and \[hexl-end-of-buffer]) are
  6895. also supported.
  6896.  
  6897. There are several ways to change text in hexl mode:
  6898.  
  6899. ASCII characters (character between space (0x20) and tilde (0x7E)) are
  6900. bound to self-insert so you can simply type the character and it will
  6901. insert itself (actually overstrike) into the buffer.
  6902.  
  6903. \[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
  6904. it isn't bound to self-insert.  An octal number can be supplied in place
  6905. of another key to insert the octal number's ASCII representation.
  6906.  
  6907. \[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
  6908. into the buffer at the current point.
  6909.  
  6910. \[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
  6911. into the buffer at the current point.
  6912.  
  6913. \[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
  6914. into the buffer at the current point.
  6915.  
  6916. \[hexl-mode-exit] will exit hexl-mode.
  6917.  
  6918. Note: saving the file with any of the usual Emacs commands
  6919. will actually convert it back to binary format while saving.
  6920.  
  6921. You can use \[hexl-find-file] to visit a file in hexl-mode.
  6922.  
  6923. \[describe-bindings] for advanced commands.
  6924. Fhexl-find-file
  6925. Edit file FILENAME in hexl-mode.
  6926. Switch to a buffer visiting file FILENAME, creating one in none exists.
  6927. Fhide-ifdef-mode
  6928. Toggle Hide-Ifdef mode.  This is a minor mode, albeit a large one.
  6929. With ARG, turn Hide-Ifdef mode on iff arg is positive.
  6930. In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
  6931. would eliminate may be hidden from view.  Several variables affect
  6932. how the hiding is done:
  6933.  
  6934. hide-ifdef-env
  6935.     An association list of defined and undefined symbols for the
  6936.     current buffer.  Initially, the global value of `hide-ifdef-env'
  6937.     is used.
  6938.  
  6939. hide-ifdef-define-alist
  6940.     An association list of defined symbol lists.  
  6941.         Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
  6942.         and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
  6943.         from one of the lists in `hide-ifdef-define-alist'.
  6944.  
  6945. hide-ifdef-lines
  6946.     Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
  6947.     #endif lines when hiding.
  6948.  
  6949. hide-ifdef-initially
  6950.     Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
  6951.     is activated.
  6952.  
  6953. hide-ifdef-read-only
  6954.     Set to non-nil if you want to make buffers read only while hiding.
  6955.     After `show-ifdefs', read-only status is restored to previous value.
  6956.  
  6957. \{hide-ifdef-mode-map}
  6958. Vhide-ifdef-initially
  6959. *Non-nil if `hide-ifdefs' should be called when Hide-Ifdef mode
  6960. is first activated.
  6961. Vhide-ifdef-read-only
  6962. *Set to non-nil if you want buffer to be read-only while hiding text.
  6963. Vhide-ifdef-lines
  6964. *Set to t if you don't want to see the #ifX, #else, and #endif lines.
  6965. Vhippie-expand-try-functions-list
  6966. The list of expansion functions tried in order by `hippie-expand'.
  6967. To change the behavior of `hippie-expand', remove, change the order of,
  6968. or insert functions in this list.
  6969. Vhippie-expand-verbose
  6970. *Non-nil makes `hippie-expand' output which function it is trying.
  6971. Vhippie-expand-max-buffers
  6972. *The maximum number of buffers (apart from the current) searched.
  6973. If nil, all buffers are searched.
  6974. Fhippie-expand
  6975. Try to expand text before point, using multiple methods.
  6976. The expansion functions in `hippie-expand-try-functions-list' are
  6977. tried in order, until a possible expansion is found.  Repeated
  6978. application of `hippie-expand' inserts successively possible
  6979. expansions.  
  6980. With a positive numeric argument, jumps directly to the ARG next
  6981. function in this list.  With a negative argument or just \[universal-argument], 
  6982. undoes the expansion.
  6983. Fmake-hippie-expand-function
  6984. Construct a function similar to `hippie-expand'.
  6985. Make it use the expansion functions in TRY-LIST.  An optional second
  6986. argument VERBOSE non-nil makes the function verbose.
  6987. Vinferior-lisp-filter-regexp
  6988. *What not to save on inferior Lisp's input history.
  6989. Input matching this regexp is not saved on the input history in Inferior Lisp
  6990. mode.  Default is whitespace followed by 0 or 1 single-letter colon-keyword 
  6991. (as in :a, :c, etc.)
  6992. Vinferior-lisp-program
  6993. *Program name for invoking an inferior Lisp with for Inferior Lisp mode.
  6994. Vinferior-lisp-prompt
  6995. Regexp to recognise prompts in the Inferior Lisp mode.
  6996. Defaults to "^[^> ]*>+:? *", which works pretty good for Lucid, kcl,
  6997. and franz.  This variable is used to initialize `comint-prompt-regexp' in the 
  6998. Inferior Lisp buffer.
  6999.  
  7000. More precise choices:
  7001. Lucid Common Lisp: "^\(>\|\(->\)+\) *"
  7002. franz: "^\(->\|<[0-9]*>:\) *"
  7003. kcl: "^>+ *"
  7004.  
  7005. This is a fine thing to set in your .emacs file.
  7006. Vinferior-lisp-mode-hook
  7007. *Hook for customising Inferior Lisp mode.
  7008. Finferior-lisp
  7009. Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
  7010. If there is a process already running in `*inferior-lisp*', just switch
  7011. to that buffer.
  7012. With argument, allows you to edit the command line (default is value
  7013. of `inferior-lisp-program').  Runs the hooks from
  7014. `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
  7015. (Type \[describe-mode] in the process buffer for a list of commands.)
  7016. Finfo
  7017. Enter Info, the documentation browser.
  7018. Optional argument FILE specifies the file to examine;
  7019. the default is the top-level directory of Info.
  7020.  
  7021. In interactive use, a prefix argument directs this command
  7022. to read a file name from the minibuffer.
  7023. FInfo-goto-emacs-command-node
  7024. Go to the Info node in the Emacs manual for command COMMAND.
  7025. FInfo-goto-emacs-key-command-node
  7026. Go to the Info node in the Emacs manual the command bound to KEY, a string.
  7027. Interactively, if the binding is execute-extended-command, a command is read.
  7028. FInfo-tagify
  7029. Create or update Info-file tag table in current buffer.
  7030. FInfo-split
  7031. Split an info file into an indirect file plus bounded-size subfiles.
  7032. Each subfile will be up to 50,000 characters plus one node.
  7033.  
  7034. To use this command, first visit a large Info file that has a tag
  7035. table.  The buffer is modified into a (small) indirect info file which
  7036. should be saved in place of the original visited file.
  7037.  
  7038. The subfiles are written in the same directory the original file is
  7039. in, with names generated by appending `-' and a number to the original
  7040. file name.  The indirect file still functions as an Info file, but it
  7041. contains just the tag table and a directory of subfiles.
  7042. FInfo-validate
  7043. Check current buffer for validity as an Info file.
  7044. Check that every node pointer points to an existing node.
  7045. Fbatch-info-validate
  7046. Runs `Info-validate' on the files remaining on the command line.
  7047. Must be used only with -batch, and kills Emacs on completion.
  7048. Each file will be processed even if an error occurred previously.
  7049. For example, invoke "emacs -batch -f batch-info-validate $info/ ~/*.info"
  7050. Fispell
  7051. Run Ispell over current buffer's visited file.
  7052. First the file is scanned for misspelled words, then Ispell
  7053. enters a loop with the following commands for every misspelled word:
  7054.  
  7055. DIGIT    Near miss selector.  If the misspelled word is close to
  7056.     some words in the dictionary, they are offered as near misses.
  7057. r    Replace.  Replace the word with a string you type.  Each word
  7058.     of your new string is also checked.
  7059. i    Insert.  Insert this word in your private dictionary (kept in
  7060.     `$HOME/ispell.words').
  7061. a    Accept.  Accept this word for the rest of this editing session,
  7062.      but don't put it in your private dictionary.
  7063. l    Lookup.  Look for a word in the dictionary by fast binary
  7064.     search, or search for a regular expression in the dictionary
  7065.     using grep.
  7066. SPACE    Accept the word this time, but complain if it is seen again.
  7067. q, \[keyboard-quit]    Leave the command loop.  You can come back later with \[ispell-next].
  7068. Fispell-word
  7069. Check the spelling of the word under the cursor.
  7070. See the command `ispell' for more information.
  7071. With a prefix argument, resume handling of the previous Ispell command.
  7072. Fispell-region
  7073. Check the spelling for all of the words in the region.
  7074. Vledit-save-files
  7075. *Non-nil means Ledit should save files before transferring to Lisp.
  7076. Vledit-go-to-lisp-string
  7077. *Shell commands to execute to resume Lisp job.
  7078. Vledit-go-to-liszt-string
  7079. *Shell commands to execute to resume Lisp compiler job.
  7080. Fledit-mode
  7081. \<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
  7082. Like Lisp mode, plus these special commands:
  7083.   \[ledit-save-defun]    -- record defun at or after point
  7084.        for later transmission to Lisp job.
  7085.   \[ledit-save-region] -- record region for later transmission to Lisp job.
  7086.   \[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
  7087.   \[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
  7088.        and transmit saved text.
  7089. \{ledit-mode-map}
  7090. To make Lisp mode automatically change to Ledit mode,
  7091. do (setq lisp-mode-hook 'ledit-from-lisp-mode)
  7092. Flife
  7093. Run Conway's Life simulation.
  7094. The starting pattern is randomly selected.  Prefix arg (optional first
  7095. arg non-nil from a program) is the number of seconds to sleep between
  7096. generations (this defaults to 1).
  7097. Funload-feature
  7098. Unload the library that provided FEATURE, restoring all its autoloads.
  7099. If the feature is required by any other loaded code, and optional FORCE
  7100. is nil, raise an error.
  7101. Vlpr-switches
  7102. *List of strings to pass as extra switch args to lpr when it is invoked.
  7103. Vlpr-command
  7104. *Shell command for printing a file
  7105. Flpr-buffer
  7106. Print buffer contents as with Unix command `lpr'.
  7107. `lpr-switches' is a list of extra switches (strings) to pass to lpr.
  7108. Fprint-buffer
  7109. Print buffer contents as with Unix command `lpr -p'.
  7110. `lpr-switches' is a list of extra switches (strings) to pass to lpr.
  7111. Flpr-region
  7112. Print region contents as with Unix command `lpr'.
  7113. `lpr-switches' is a list of extra switches (strings) to pass to lpr.
  7114. Fprint-region
  7115. Print region contents as with Unix command `lpr -p'.
  7116. `lpr-switches' is a list of extra switches (strings) to pass to lpr.
  7117. Fphases-of-moon
  7118. Display the quarters of the moon for last month, this month, and next month.
  7119. If called with an optional prefix argument, prompts for month and year.
  7120.  
  7121. This function is suitable for execution in a .emacs file.
  7122. Fname-last-kbd-macro
  7123. Assign a name to the last keyboard macro defined.
  7124. Argument SYMBOL is the name to define.
  7125. The symbol's function definition becomes the keyboard macro string.
  7126. Such a "function" cannot be called from Lisp, but it is a valid editor command.
  7127. Finsert-kbd-macro
  7128. Insert in buffer the definition of kbd macro NAME, as Lisp code.
  7129. Optional second arg KEYS means also record the keys it is on
  7130. (this is the prefix argument, when calling interactively).
  7131.  
  7132. This Lisp code will, when executed, define the kbd macro with the same
  7133. definition it has now.  If you say to record the keys, the Lisp code
  7134. will also rebind those keys to the macro.  Only global key bindings
  7135. are recorded since executing this Lisp code always makes global
  7136. bindings.
  7137.  
  7138. To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
  7139. use this command, and then save the file.
  7140. Fkbd-macro-query
  7141. Query user during kbd macro execution.
  7142.   With prefix argument, enters recursive edit, reading keyboard
  7143. commands even within a kbd macro.  You can give different commands
  7144. each time the macro executes.
  7145.   Without prefix argument, asks whether to continue running the macro.
  7146. Your options are: \<query-replace-map>
  7147. \[act]    Finish this iteration normally and continue with the next.
  7148. \[skip]    Skip the rest of this iteration, and start the next.
  7149. \[exit]    Stop the macro entirely right now.
  7150. \[recenter]    Redisplay the screen, then ask again.
  7151. \[edit]    Enter recursive edit; ask again when you exit from that.
  7152. Fapply-macro-to-region-lines
  7153. For each complete line between point and mark, move to the beginning
  7154. of the line, and run the last keyboard macro.
  7155.  
  7156. When called from lisp, this function takes two arguments TOP and
  7157. BOTTOM, describing the current region.  TOP must be before BOTTOM.
  7158. The optional third argument MACRO specifies a keyboard macro to
  7159. execute.
  7160.  
  7161. This is useful for quoting or unquoting included text, adding and
  7162. removing comments, or producing tables where the entries are regular.
  7163.  
  7164. For example, in Usenet articles, sections of text quoted from another
  7165. author are indented, or have each line start with `>'.  To quote a
  7166. section of text, define a keyboard macro which inserts `>', put point
  7167. and mark at opposite ends of the quoted section, and use
  7168. `\[apply-macro-to-region-lines]' to mark the entire section.
  7169.  
  7170. Suppose you wanted to build a keyword table in C where each entry
  7171. looked like this:
  7172.  
  7173.     { "foo", foo_data, foo_function }, 
  7174.     { "bar", bar_data, bar_function },
  7175.     { "baz", baz_data, baz_function },
  7176.  
  7177. You could enter the names in this format:
  7178.  
  7179.     foo
  7180.     bar
  7181.     baz
  7182.  
  7183. and write a macro to massage a word into a table entry:
  7184.  
  7185.     \C-x (
  7186.        \M-d { "\C-y", \C-y_data, \C-y_function },
  7187.     \C-x )
  7188.  
  7189. and then select the region of un-tablified names and use
  7190. `\[apply-macro-to-region-lines]' to build the table from the names.
  7191.  
  7192. Vmail-use-rfc822
  7193. *If non-nil, use a full, hairy RFC822 parser on mail addresses.
  7194. Otherwise, (the default) use a smaller, somewhat faster, and
  7195. often correct parser.
  7196. Fbuild-mail-abbrevs
  7197. Read mail aliases from `~/.mailrc' file and set `mail-abbrevs'.
  7198. Fdefine-mail-abbrev
  7199. Define NAME as a mail-abbrev that translates to DEFINITION.
  7200. If DEFINITION contains multiple addresses, separate them with commas.
  7201. Fdefine-mail-alias
  7202. Define NAME as a mail alias that translates to DEFINITION.
  7203. This means that sending a message to NAME will actually send to DEFINITION.
  7204. DEFINITION can be one or more mail addresses separated by commas.
  7205. Fmakefile-mode
  7206. Major mode for editing Makefiles.
  7207. Calling this function invokes the function(s) "makefile-mode-hook" before
  7208. doing anything else.
  7209.  
  7210. \{makefile-mode-map}
  7211.  
  7212. In the browser, use the following keys:
  7213.  
  7214. \{makefile-browser-map}
  7215.  
  7216. makefile-mode can be configured by modifying the following
  7217. variables:
  7218.  
  7219. makefile-mode-name:
  7220.     The "pretty name" of makefile-mode, as it
  7221.     appears in the modeline.
  7222.  
  7223. makefile-browser-buffer-name:
  7224.     Name of the macro- and target browser buffer.
  7225.  
  7226. makefile-target-colon:
  7227.     The string that gets appended to all target names
  7228.     inserted by makefile-insert-target.
  7229.     ":" or "::" are quite common values.
  7230.  
  7231. makefile-macro-assign:
  7232.    The string that gets appended to all macro names
  7233.    inserted by makefile-insert-macro.
  7234.    The normal value should be " = ", since this is what
  7235.    standard make expects. However, newer makes such as dmake
  7236.    allow a larger variety of different macro assignments, so you
  7237.    might prefer to use " += " or " := " .
  7238.  
  7239. makefile-tab-after-target-colon:
  7240.    If you want a TAB (instead of a space) to be appended after the
  7241.    target colon, then set this to a non-nil value.
  7242.  
  7243. makefile-browser-leftmost-column:
  7244.    Number of blanks to the left of the browser selection mark.
  7245.  
  7246. makefile-browser-cursor-column:
  7247.    Column in which the cursor is positioned when it moves
  7248.    up or down in the browser.
  7249.  
  7250. makefile-browser-selected-mark:
  7251.    String used to mark selected entries in the browser.
  7252.  
  7253. makefile-browser-unselected-mark:
  7254.    String used to mark unselected entries in the browser.
  7255.  
  7256. makefile-browser-auto-advance-after-selection-p:
  7257.    If this variable is set to a non-nil value the cursor
  7258.    will automagically advance to the next line after an item
  7259.    has been selected in the browser.
  7260.  
  7261. makefile-pickup-everything-picks-up-filenames-p:
  7262.    If this variable is set to a non-nil value then
  7263.    makefile-pickup-everything also picks up filenames as targets
  7264.    (i.e. it calls makefile-find-filenames-as-targets), otherwise
  7265.    filenames are omitted.
  7266.  
  7267. makefile-cleanup-continuations-p:
  7268.    If this variable is set to a non-nil value then makefile-mode
  7269.    will assure that no line in the file ends with a backslash
  7270.    (the continuation character) followed by any whitespace.
  7271.    This is done by silently removing the trailing whitespace, leaving
  7272.    the backslash itself intact.
  7273.    IMPORTANT: Please note that enabling this option causes makefile-mode
  7274.    to MODIFY A FILE WITHOUT YOUR CONFIRMATION when 'it seems necessary'.
  7275.  
  7276. makefile-browser-hook:
  7277.    A function or list of functions to be called just before the
  7278.    browser is entered. This is executed in the makefile buffer.
  7279.  
  7280. makefile-special-targets-list:
  7281.    List of special targets. You will be offered to complete
  7282.    on one of those in the minibuffer whenever you enter a "."
  7283.    at the beginning of a line in makefile-mode.
  7284. Fmake-command-summary
  7285. Make a summary of current key bindings in the buffer *Summary*.
  7286. Previous contents of that buffer are killed first.
  7287. Fmanual-entry
  7288. Get a Un*x manual page and put it in a buffer.
  7289. This command is the top-level command in the man package.  It runs a Un*x
  7290. command to retrieve and clean a manpage in the background and places the
  7291. results in a Man mode (manpage browsing) buffer.  See variable
  7292. `Man-notify' for what happens when the buffer is ready.
  7293. Universal argument ARG, is passed to `Man-getpage-in-background'.
  7294. Fmap-y-or-n-p
  7295. Ask a series of boolean questions.
  7296. Takes args PROMPTER ACTOR LIST, and optional args HELP and ACTION-ALIST.
  7297.  
  7298. LIST is a list of objects, or a function of no arguments to return the next
  7299. object or nil.
  7300.  
  7301. If PROMPTER is a string, the prompt is (format PROMPTER OBJECT).  If not
  7302. a string, PROMPTER is a function of one arg (an object from LIST), which
  7303. returns a string to be used as the prompt for that object.  If the return
  7304. value is not a string, it is eval'd to get the answer; it may be nil to
  7305. ignore the object, t to act on the object without asking the user, or a
  7306. form to do a more complex prompt.
  7307.  
  7308. ACTOR is a function of one arg (an object from LIST),
  7309. which gets called with each object that the user answers `yes' for.
  7310.  
  7311. If HELP is given, it is a list (OBJECT OBJECTS ACTION),
  7312. where OBJECT is a string giving the singular noun for an elt of LIST;
  7313. OBJECTS is the plural noun for elts of LIST, and ACTION is a transitive
  7314. verb describing ACTOR.  The default is ("object" "objects" "act on").
  7315.  
  7316. At the prompts, the user may enter y, Y, or SPC to act on that object;
  7317. n, N, or DEL to skip that object; ! to act on all following objects;
  7318. ESC or q to exit (skip all following objects); . (period) to act on the
  7319. current object and then exit; or \[help-command] to get help.
  7320.  
  7321. If ACTION-ALIST is given, it is an alist (KEY FUNCTION HELP) of extra keys
  7322. that will be accepted.  KEY is a character; FUNCTION is a function of one
  7323. arg (an object from LIST); HELP is a string.  When the user hits KEY,
  7324. FUNCTION is called.  If it returns non-nil, the object is considered
  7325. "acted upon", and the next object from LIST is processed.  If it returns
  7326. nil, the prompt is repeated for the same object.
  7327.  
  7328. This function uses `query-replace-map' to define the standard responses,
  7329. but not all of the responses which `query-replace' understands
  7330. are meaningful here.
  7331.  
  7332. Returns the number of actions taken.
  7333. Fmh-rmail
  7334. Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).
  7335. This front end uses the MH mail system, which uses different conventions
  7336. from the usual mail system.
  7337. Fmh-smail
  7338. Compose and send mail with the MH mail system.
  7339. Fconvert-mocklisp-buffer
  7340. Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run.
  7341. Fmodula-2-mode
  7342. This is a mode intended to support program development in Modula-2.
  7343. All control constructs of Modula-2 can be reached by typing C-c
  7344. followed by the first character of the construct.
  7345. \<m2-mode-map>
  7346.   \[m2-begin] begin         \[m2-case] case
  7347.   \[m2-definition] definition    \[m2-else] else
  7348.   \[m2-for] for           \[m2-header] header
  7349.   \[m2-if] if            \[m2-module] module
  7350.   \[m2-loop] loop          \[m2-or] or
  7351.   \[m2-procedure] procedure     Control-c Control-w with
  7352.   \[m2-record] record        \[m2-stdio] stdio
  7353.   \[m2-type] type          \[m2-until] until
  7354.   \[m2-var] var           \[m2-while] while
  7355.   \[m2-export] export        \[m2-import] import
  7356.   \[m2-begin-comment] begin-comment \[m2-end-comment] end-comment
  7357.   \[suspend-emacs] suspend Emacs     \[m2-toggle] toggle
  7358.   \[m2-compile] compile           \[m2-next-error] next-error
  7359.   \[m2-link] link
  7360.  
  7361.    `m2-indent' controls the number of spaces for each indentation.
  7362.    `m2-compile-command' holds the command to compile a Modula-2 program.
  7363.    `m2-link-command' holds the command to link a Modula-2 program.
  7364. Fmpuz
  7365. Multiplication puzzle with GNU Emacs.
  7366. Fenable-command
  7367. Allow COMMAND to be executed without special confirmation from now on.
  7368. The user's .emacs file is altered so that this will apply
  7369. to future sessions.
  7370. Fdisable-command
  7371. Require special confirmation to execute COMMAND from now on.
  7372. The user's .emacs file is altered so that this will apply
  7373. to future sessions.
  7374. Fnroff-mode
  7375. Major mode for editing text intended for nroff to format.
  7376. \{nroff-mode-map}
  7377. Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
  7378. Also, try `nroff-electric-mode', for automatically inserting
  7379. closing requests for requests that are used in matched pairs.
  7380. Flist-options
  7381. Display a list of Emacs user options, with values and documentation.
  7382. Fedit-options
  7383. Edit a list of Emacs user option values.
  7384. Selects a buffer containing such a list,
  7385. in which there are commands to set the option values.
  7386. Type \[describe-mode] in that buffer for a list of commands.
  7387. Foutline-mode
  7388. Set major mode for editing outlines with selective display.
  7389. Headings are lines which start with asterisks: one for major headings,
  7390. two for subheadings, etc.  Lines not starting with asterisks are body lines. 
  7391.  
  7392. Body text or subheadings under a heading can be made temporarily
  7393. invisible, or visible again.  Invisible lines are attached to the end 
  7394. of the heading, so they move with it, if the line is killed and yanked
  7395. back.  A heading with text hidden under it is marked with an ellipsis (...).
  7396.  
  7397. Commands:\<outline-mode-map>
  7398. \[outline-next-visible-heading]   outline-next-visible-heading      move by visible headings
  7399. \[outline-previous-visible-heading]   outline-previous-visible-heading
  7400. \[outline-forward-same-level]   outline-forward-same-level        similar but skip subheadings
  7401. \[outline-backward-same-level]   outline-backward-same-level
  7402. \[outline-up-heading]   outline-up-heading            move from subheading to heading
  7403.  
  7404. M-x hide-body    make all text invisible (not headings).
  7405. M-x show-all    make everything in buffer visible.
  7406.  
  7407. The remaining commands are used when point is on a heading line.
  7408. They apply to some of the body or subheadings of that heading.
  7409. \[hide-subtree]   hide-subtree    make body and subheadings invisible.
  7410. \[show-subtree]   show-subtree    make body and subheadings visible.
  7411. \[show-children]   show-children    make direct subheadings visible.
  7412.          No effect on body, or subheadings 2 or more levels down.
  7413.          With arg N, affects subheadings N levels down.
  7414. M-x hide-entry       make immediately following body invisible.
  7415. M-x show-entry       make it visible.
  7416. M-x hide-leaves       make body under heading and under its subheadings invisible.
  7417.              The subheadings remain visible.
  7418. M-x show-branches  make all subheadings at all levels visible.
  7419.  
  7420. The variable `outline-regexp' can be changed to control what is a heading.
  7421. A line is a heading if `outline-regexp' matches something at the
  7422. beginning of the line.  The longer the match, the deeper the level.
  7423.  
  7424. Turning on outline mode calls the value of `text-mode-hook' and then of
  7425. `outline-mode-hook', if they are non-nil.
  7426. Foutline-minor-mode
  7427. Toggle Outline minor mode.
  7428. With arg, turn Outline minor mode on if arg is positive, off otherwise.
  7429. See the command `outline-mode' for more information on this mode.
  7430. Fpicture-mode
  7431. Switch to Picture mode, in which a quarter-plane screen model is used.
  7432. Printing characters replace instead of inserting themselves with motion
  7433. afterwards settable by these commands:
  7434.   C-c <      Move left after insertion.
  7435.   C-c >      Move right after insertion.
  7436.   C-c ^      Move up after insertion.
  7437.   C-c .      Move down after insertion.
  7438.   C-c `      Move northwest (nw) after insertion.
  7439.   C-c '      Move northeast (ne) after insertion.
  7440.   C-c /      Move southwest (sw) after insertion.
  7441.   C-c \   Move southeast (se) after insertion.
  7442. The current direction is displayed in the mode line.  The initial
  7443. direction is right.  Whitespace is inserted and tabs are changed to
  7444. spaces when required by movement.  You can move around in the buffer
  7445. with these commands:
  7446.   \[picture-move-down]      Move vertically to SAME column in previous line.
  7447.   \[picture-move-up]      Move vertically to SAME column in next line.
  7448.   \[picture-end-of-line]      Move to column following last non-whitespace character.
  7449.   \[picture-forward-column]      Move right inserting spaces if required.
  7450.   \[picture-backward-column]      Move left changing tabs to spaces if required.
  7451.   C-c C-f Move in direction of current picture motion.
  7452.   C-c C-b Move in opposite direction of current picture motion.
  7453.   Return  Move to beginning of next line.
  7454. You can edit tabular text with these commands:
  7455.   M-Tab      Move to column beneath (or at) next interesting character.
  7456.         `Indents' relative to a previous line.
  7457.   Tab      Move to next stop in tab stop list.
  7458.   C-c Tab Set tab stops according to context of this line.
  7459.         With ARG resets tab stops to default (global) value.
  7460.         See also documentation of variable    picture-tab-chars
  7461.         which defines "interesting character".  You can manually
  7462.         change the tab stop list with command \[edit-tab-stops].
  7463. You can manipulate text with these commands:
  7464.   C-d      Clear (replace) ARG columns after point without moving.
  7465.   C-c C-d Delete char at point - the command normally assigned to C-d.
  7466.   \[picture-backward-clear-column]  Clear (replace) ARG columns before point, moving back over them.
  7467.   \[picture-clear-line]      Clear ARG lines, advancing over them.     The cleared
  7468.         text is saved in the kill ring.
  7469.   \[picture-open-line]      Open blank line(s) beneath current line.
  7470. You can manipulate rectangles with these commands:
  7471.   C-c C-k Clear (or kill) a rectangle and save it.
  7472.   C-c C-w Like C-c C-k except rectangle is saved in named register.
  7473.   C-c C-y Overlay (or insert) currently saved rectangle at point.
  7474.   C-c C-x Like C-c C-y except rectangle is taken from named register.
  7475.   \[copy-rectangle-to-register]   Copies a rectangle to a register.
  7476.   \[advertised-undo]   Can undo effects of rectangle overlay commands
  7477.         commands if invoked soon enough.
  7478. You can return to the previous mode with:
  7479.   C-c C-c Which also strips trailing whitespace from every line.
  7480.         Stripping is suppressed by supplying an argument.
  7481.  
  7482. Entry to this mode calls the value of  picture-mode-hook  if non-nil.
  7483.  
  7484. Note that Picture mode commands will work outside of Picture mode, but
  7485. they are not defaultly assigned to keys.
  7486. Fprolog-mode
  7487. Major mode for editing Prolog code for Prologs.
  7488. Blank lines and `%%...' separate paragraphs.  `%'s start comments.
  7489. Commands:
  7490. \{prolog-mode-map}
  7491. Entry to this mode calls the value of `prolog-mode-hook'
  7492. if that value is non-nil.
  7493. Frun-prolog
  7494. Run an inferior Prolog process, input and output via buffer *prolog*.
  7495. Fdelete-rectangle
  7496. Delete (don't save) text in rectangle with point and mark as corners.
  7497. The same range of columns is deleted in each line starting with the line
  7498. where the region begins and ending with the line where the region ends.
  7499. Fdelete-extract-rectangle
  7500. Delete contents of rectangle and return it as a list of strings.
  7501. Arguments START and END are the corners of the rectangle.
  7502. The value is list of strings, one for each line of the rectangle.
  7503. Fextract-rectangle
  7504. Return contents of rectangle with corners at START and END.
  7505. Value is list of strings, one for each line of the rectangle.
  7506. Fkill-rectangle
  7507. Delete rectangle with corners at point and mark; save as last killed one.
  7508. Calling from program, supply two args START and END, buffer positions.
  7509. But in programs you might prefer to use `delete-extract-rectangle'.
  7510. Fyank-rectangle
  7511. Yank the last killed rectangle with upper left corner at point.
  7512. Finsert-rectangle
  7513. Insert text of RECTANGLE with upper left corner at point.
  7514. RECTANGLE's first line is inserted at point, its second
  7515. line is inserted at a point vertically under point, etc.
  7516. RECTANGLE should be a list of strings.
  7517. After this command, the mark is at the upper left corner
  7518. and point is at the lower right corner.
  7519. Fopen-rectangle
  7520. Blank out rectangle with corners at point and mark, shifting text right.
  7521. The text previously in the region is not overwritten by the blanks,
  7522. but instead winds up to the right of the rectangle.
  7523. Fstring-rectangle
  7524. Insert STRING on each line of the region-rectangle, shifting text right.
  7525. The left edge of the rectangle specifies the column for insertion.
  7526. This command does not delete or overwrite any existing text.
  7527.  
  7528. Called from a program, takes three args; START, END and STRING.
  7529. Fclear-rectangle
  7530. Blank out rectangle with corners at point and mark.
  7531. The text previously in the region is overwritten by the blanks.
  7532. When called from a program, requires two args which specify the corners.
  7533. Freposition-window
  7534. Make the current definition and/or comment visible.
  7535. Further invocations move it to the top of the window or toggle the
  7536. visibility of comments that precede it.
  7537.   Point is left unchanged unless prefix ARG is supplied.
  7538.   If the definition is fully onscreen, it is moved to the top of the
  7539. window.  If it is partly offscreen, the window is scrolled to get the
  7540. definition (or as much as will fit) onscreen, unless point is in a comment
  7541. which is also partly offscreen, in which case the scrolling attempts to get
  7542. as much of the comment onscreen as possible.
  7543.   Initially `reposition-window' attempts to make both the definition and
  7544. preceding comments visible.  Further invocations toggle the visibility of
  7545. the comment lines.
  7546.   If ARG is non-nil, point may move in order to make the whole defun
  7547. visible (if only part could otherwise be made so), to make the defun line
  7548. visible (if point is in code and it could not be made so, or if only
  7549. comments, including the first comment line, are visible), or to make the
  7550. first comment line visible (if point is in a comment).
  7551. Fresume-suspend-hook
  7552. Clear out the file used for transmitting args when Emacs resumes.
  7553. Fring-p
  7554. Returns t if X is a ring; nil otherwise.
  7555. Fmake-ring
  7556. Make a ring that can contain SIZE elements.
  7557. Vrlogin-program
  7558. *Name of program to invoke rlogin
  7559. Vrlogin-explicit-args
  7560. *List of arguments to pass to rlogin on the command line.
  7561. Vrlogin-mode-hook
  7562. *Hooks to run after setting current buffer to rlogin-mode.
  7563. Vrlogin-process-connection-type
  7564. *If non-`nil', use a pty for the local rlogin process.  
  7565. If `nil', use a pipe (if pipes are supported on the local system).  
  7566.  
  7567. Generally it is better not to waste ptys on systems which have a static
  7568. number of them.  On the other hand, some implementations of `rlogin' assume
  7569. a pty is being used, and errors will result from using a pipe instead.
  7570. Vrlogin-password-paranoia
  7571. *If non-`nil', query user for a password in the minibuffer when a Password: prompt appears.
  7572. It's also possible to selectively enter passwords without echoing them in
  7573. the minibuffer using the command `rlogin-password' explicitly.
  7574. Frlogin
  7575. Open a network login connection to HOST via the `rlogin' program.
  7576. Input is sent line-at-a-time to the remote connection.
  7577.  
  7578. Communication with HOST is recorded in a buffer *rlogin-HOST*.
  7579. If a prefix argument is given and the buffer *rlogin-HOST* already exists,
  7580. a new buffer with a different connection will be made. 
  7581.  
  7582. The variable `rlogin-program' contains the name of the actual program to
  7583. run.  It can be a relative or absolute path. 
  7584.  
  7585. The variable `rlogin-explicit-args' is a list of arguments to give to
  7586. the rlogin when starting.
  7587. Frlogin-with-args
  7588. Open a new rlogin connection to HOST, even if one already exists. 
  7589. String ARGS is given as arguments to the `rlogin' program, overriding the
  7590. value of `rlogin-explicit-args'.
  7591. Frlogin-password
  7592. Read a password and send it to an rlogin session.
  7593. For each character typed, a `*' is echoed in the minibuffer.
  7594. End with RET, LFD, or ESC.  DEL or C-h rubs out.  C-u kills line.
  7595. C-g aborts attempt to read and send password. 
  7596.  
  7597. Optional argument PROC is the process to which the password should be sent.
  7598. If not provided, send to the process in the current buffer.  This argument
  7599. is intended primarily for use by `rlogin-filter'.
  7600. Frlogin-mode
  7601. Set major-mode for rlogin sessions. 
  7602. If `rlogin-mode-hook' is set, run it.
  7603. Frlogin-delchar-or-send-Ctrl-D
  7604. Delete ARG characters forward, or send a C-d to process if at end of
  7605. buffer.
  7606. Vrmail-dont-reply-to-names
  7607. *A regexp specifying names to prune of reply to messages.
  7608. A value of nil means exclude your own name only.
  7609. Vrmail-default-dont-reply-to-names
  7610. A regular expression specifying part of the value of the default value of
  7611. the variable `rmail-dont-reply-to-names', for when the user does not set
  7612. `rmail-dont-reply-to-names' explicitly.  (The other part of the default
  7613. value is the user's name.)
  7614. It is useful to set this variable in the site customization file.
  7615. Vrmail-ignored-headers
  7616. *Gubbish headers one would rather not see.
  7617. Vrmail-delete-after-output
  7618. *Non-nil means automatically delete a message that is copied to a file.
  7619. Vrmail-primary-inbox-list
  7620. *List of files which are inboxes for user's primary mail file `~/RMAIL'.
  7621. `nil' means the default, which is ("/usr/spool/mail/$USER")
  7622. (the name varies depending on the operating system,
  7623. and the value of the environment variable MAIL overrides it).
  7624. Vrmail-mail-new-frame
  7625. *Non-nil means Rmail makes a new frame for composing outgoing mail.
  7626. Frmail
  7627. Read and edit incoming mail.
  7628. Moves messages into file named by  rmail-file-name  (a babyl format file)
  7629.  and edits that file in RMAIL Mode.
  7630. Type \[describe-mode] once editing that file, for a list of RMAIL commands.
  7631.  
  7632. May be called with filename as argument; then performs rmail editing on
  7633. that file, but does not copy any new mail into the file.
  7634. Frmail-mode
  7635. Rmail Mode is used by \<rmail-mode-map>\[rmail] for editing Rmail files.
  7636. All normal editing commands are turned off.
  7637. Instead, these commands are available:
  7638.  
  7639. \[rmail-beginning-of-message]    Move point to front of this message (same as \[beginning-of-buffer]).
  7640. \[scroll-up]    Scroll to next screen of this message.
  7641. \[scroll-down]    Scroll to previous screen of this message.
  7642. \[rmail-next-undeleted-message]    Move to Next non-deleted message.
  7643. \[rmail-previous-undeleted-message]    Move to Previous non-deleted message.
  7644. \[rmail-next-message]    Move to Next message whether deleted or not.
  7645. \[rmail-previous-message]    Move to Previous message whether deleted or not.
  7646. \[rmail-first-message]    Move to the first message in Rmail file.
  7647. \[rmail-last-message]    Move to the last message in Rmail file.
  7648. \[rmail-show-message]    Jump to message specified by numeric position in file.
  7649. \[rmail-search]    Search for string and show message it is found in.
  7650. \[rmail-delete-forward]    Delete this message, move to next nondeleted.
  7651. \[rmail-delete-backward]    Delete this message, move to previous nondeleted.
  7652. \[rmail-undelete-previous-message]    Undelete message.  Tries current message, then earlier messages
  7653.     till a deleted message is found.
  7654. \[rmail-edit-current-message]    Edit the current message.  \[rmail-cease-edit] to return to Rmail.
  7655. \[rmail-expunge]    Expunge deleted messages.
  7656. \[rmail-expunge-and-save]    Expunge and save the file.
  7657. \[rmail-quit]       Quit Rmail: expunge, save, then switch to another buffer.
  7658. \[save-buffer] Save without expunging.
  7659. \[rmail-get-new-mail]    Move new mail from system spool directory into this file.
  7660. \[rmail-mail]    Mail a message (same as \[mail-other-window]).
  7661. \[rmail-continue]    Continue composing outgoing message started before.
  7662. \[rmail-reply]    Reply to this message.  Like \[rmail-mail] but initializes some fields.
  7663. \[rmail-retry-failure]    Send this message again.  Used on a mailer failure message.
  7664. \[rmail-forward]    Forward this message to another user.
  7665. \[rmail-output-to-rmail-file]       Output this message to an Rmail file (append it).
  7666. \[rmail-output]    Output this message to a Unix-format mail file (append it).
  7667. \[rmail-input]    Input Rmail file.  Run Rmail on that file.
  7668. \[rmail-add-label]    Add label to message.  It will be displayed in the mode line.
  7669. \[rmail-kill-label]    Kill label.  Remove a label from current message.
  7670. \[rmail-next-labeled-message]   Move to Next message with specified label
  7671.           (label defaults to last one specified).
  7672.           Standard labels: filed, unseen, answered, forwarded, deleted.
  7673.           Any other label is present only if you add it with \[rmail-add-label].
  7674. \[rmail-previous-labeled-message]   Move to Previous message with specified label
  7675. \[rmail-summary]    Show headers buffer, with a one line summary of each message.
  7676. \[rmail-summary-by-labels]    Summarize only messages with particular label(s).
  7677. \[rmail-summary-by-recipients]   Summarize only messages with particular recipient(s).
  7678. \[rmail-summary-by-regexp]   Summarize only messages with particular regexp(s).
  7679. \[rmail-summary-by-topic]   Summarize only messages with subject line regexp(s).
  7680. \[rmail-toggle-header]    Toggle display of complete header.
  7681. Frmail-input
  7682. Run Rmail on file FILENAME.
  7683. Frot13-other-window
  7684. Display current buffer in rot 13 in another window.
  7685. Fsc-cite-original
  7686. Hook version of sc-cite.
  7687. This is callable from the various mail and news readers' reply
  7688. function according to the agreed upon standard. See \[sc-describe]
  7689. for more details.  Sc-cite-original does not do any yanking of the
  7690. original message but it does require a few things:
  7691.  
  7692.      1) The reply buffer is the current buffer.
  7693.  
  7694.      2) The original message has been yanked and inserted into the
  7695.         reply buffer.
  7696.  
  7697.      3) Verbose mail headers from the original message have been
  7698.         inserted into the reply buffer directly before the text of the
  7699.         original message.
  7700.  
  7701.      4) Point is at the beginning of the verbose headers.
  7702.  
  7703.      5) Mark is at the end of the body of text to be cited.
  7704. Fscheme-mode
  7705. Major mode for editing Scheme code.
  7706. Editing commands are similar to those of lisp-mode.
  7707.  
  7708. In addition, if an inferior Scheme process is running, some additional
  7709. commands will be defined, for evaluating expressions and controlling
  7710. the interpreter, and the state of the process will be displayed in the
  7711. modeline of all Scheme buffers.  The names of commands that interact
  7712. with the Scheme process start with "xscheme-".  For more information
  7713. see the documentation for xscheme-interaction-mode.
  7714.  
  7715. Commands:
  7716. Delete converts tabs to spaces as it moves back.
  7717. Blank lines separate paragraphs.  Semicolons start comments.
  7718. \{scheme-mode-map}
  7719. Entry to this mode calls the value of scheme-mode-hook
  7720. if that value is non-nil.
  7721. Fscribe-mode
  7722. Major mode for editing files of Scribe (a text formatter) source.
  7723. Scribe-mode is similar text-mode, with a few extra commands added.
  7724. \{scribe-mode-map}
  7725.  
  7726. Interesting variables:
  7727.  
  7728. scribe-fancy-paragraphs
  7729.   Non-nil makes Scribe mode use a different style of paragraph separation.
  7730.  
  7731. scribe-electric-quote
  7732.   Non-nil makes insert of double quote use `` or '' depending on context.
  7733.  
  7734. scribe-electric-parenthesis
  7735.   Non-nil makes an open-parenthesis char (one of `([<{')
  7736.   automatically insert its close if typed after an @Command form.
  7737. Vmail-self-blind
  7738. Non-nil means insert BCC to self in messages to be sent.
  7739. This is done when the message is initialized,
  7740. so you can remove or alter the BCC field to override the default.
  7741. Vmail-interactive
  7742. Non-nil means when sending a message wait for and display errors.
  7743. nil means let mailer mail back a message to report errors.
  7744. Vmail-yank-ignored-headers
  7745. Delete these headers from old message when it's inserted in a reply.
  7746. Vsend-mail-function
  7747. Function to call to send the current buffer as mail.
  7748. The headers are be delimited by a line which is `mail-header-separator'.
  7749. Vmail-header-separator
  7750. *Line used to separate headers from text in messages being composed.
  7751. Vmail-archive-file-name
  7752. *Name of file to write all outgoing messages in, or nil for none.
  7753. Do not use an rmail file here!  Instead, use its inbox file.
  7754. Vmail-signature
  7755. *Text inserted at end of mail buffer when a message is initialized.
  7756. If t, it means to insert the contents of the file `~/.signature'.
  7757. Fmail-mode
  7758. Major mode for editing mail to be sent.
  7759. Like Text Mode but with these additional commands:
  7760. C-c C-s  mail-send (send the message)    C-c C-c  mail-send-and-exit
  7761. C-c C-f  move to a header field (and create it if there isn't):
  7762.      C-c C-f C-t  move to To:    C-c C-f C-s  move to Subj:
  7763.      C-c C-f C-b  move to BCC:    C-c C-f C-c  move to CC:
  7764. C-c C-t  move to message text.
  7765. C-c C-y  mail-yank-original (insert current message, in Rmail).
  7766. C-c C-q  mail-fill-yanked-message (fill what was yanked).
  7767. C-c C-v  mail-sent-via (add a sent-via field for each To or CC).
  7768. Fmail
  7769. Edit a message to be sent.  Prefix arg means resume editing (don't erase).
  7770. When this function returns, the buffer `*mail*' is selected.
  7771. The value is t if the message was newly initialized; otherwise, nil.
  7772.  
  7773. By default, the signature file `~/.signature' is inserted at the end;
  7774. see the variable `mail-signature'.
  7775.  
  7776. \<mail-mode-map>
  7777. While editing message, type \[mail-send-and-exit] to send the message and exit.
  7778.  
  7779. Various special commands starting with C-c are available in sendmail mode
  7780. to move to message header fields:
  7781. \{mail-mode-map}
  7782.  
  7783. If `mail-self-blind' is non-nil, a BCC to yourself is inserted
  7784. when the message is initialized.
  7785.  
  7786. If `mail-default-reply-to' is non-nil, it should be an address (a string);
  7787. a Reply-to: field with that address is inserted.
  7788.  
  7789. If `mail-archive-file-name' is non-nil, an FCC field with that file name
  7790. is inserted.
  7791.  
  7792. If `mail-setup-hook' is bound, its value is called with no arguments
  7793. after the message is initialized.  It can add more default fields.
  7794.  
  7795. When calling from a program, the second through fifth arguments
  7796.  TO, SUBJECT, IN-REPLY-TO and CC specify if non-nil
  7797.  the initial contents of those header fields.
  7798.  These arguments should not have final newlines.
  7799. The sixth argument REPLYBUFFER is a buffer whose contents
  7800.  should be yanked if the user types C-c C-y.
  7801. The seventh argument ACTIONS is a list of actions to take
  7802.  if/when the message is sent.  Each action looks like (FUNCTION . ARGS);
  7803.  when the message is sent, we apply FUNCTION to ARGS.
  7804.  This is how Rmail arranges to mark messages `answered'.
  7805. Fmail-other-window
  7806. Like `mail' command, but display mail buffer in another window.
  7807. Fmail-other-frame
  7808. Like `mail' command, but display mail buffer in another frame.
  7809. Fserver-start
  7810. Allow this Emacs process to be a server for client processes.
  7811. This starts a server communications subprocess through which
  7812. client "editors" can send your editing commands to this Emacs job.
  7813. To use the server, set up the program `etc/emacsclient' in the
  7814. Emacs distribution as your standard "editor".
  7815.  
  7816. Prefix arg means just kill any existing server communications subprocess.
  7817. Fsgml-mode
  7818. Major mode for editing SGML.
  7819. Makes > display the matching <.  Makes / display matching /.
  7820. Use \[sgml-validate] to validate your document with an SGML parser.
  7821. Fshell
  7822. Run an inferior shell, with I/O through buffer *shell*.
  7823. If buffer exists but shell process is not running, make new shell.
  7824. If buffer exists and shell process is running, 
  7825.  just switch to buffer `*shell*'.
  7826. Program used comes from variable `explicit-shell-file-name',
  7827.  or (if that is nil) from the ESHELL environment variable,
  7828.  or else from SHELL if there is no ESHELL.
  7829. If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
  7830.  (Note that this may lose due to a timing error if the shell
  7831.   discards input when it starts up.)
  7832. The buffer is put in Shell mode, giving commands for sending input
  7833. and controlling the subjobs of the shell.  See `shell-mode'.
  7834. See also the variable `shell-prompt-pattern'.
  7835.  
  7836. The shell file name (sans directories) is used to make a symbol name
  7837. such as `explicit-csh-args'.  If that symbol is a variable,
  7838. its value is used as a list of arguments when invoking the shell.
  7839. Otherwise, one argument `-i' is passed to the shell.
  7840.  
  7841. (Type \[describe-mode] in the shell buffer for a list of commands.)
  7842. Vcalendar-time-display-form
  7843. *The pseudo-pattern that governs the way a time of day is formatted.
  7844.  
  7845. A pseudo-pattern is a list of expressions that can involve the keywords
  7846. `12-hours', `24-hours', and `minutes',  all numbers in string form,
  7847. and `am-pm' and `time-zone',  both alphabetic strings.
  7848.  
  7849. For example, the form
  7850.  
  7851.   '(24-hours ":" minutes
  7852.     (if time-zone " (") time-zone (if time-zone ")"))
  7853.  
  7854. would give military-style times like `21:07 (UTC)'.
  7855. Vcalendar-latitude
  7856. *Latitude of `calendar-location-name' in degrees, + north, - south.
  7857. For example, 40.7 for New York City.
  7858. It may not be a good idea to set this in advance for your site;
  7859. if there may be users running Emacs at your site
  7860. who are physically located elsewhere, they would get the wrong
  7861. value and might not know how to override it.
  7862. Vcalendar-longitude
  7863. *Longitude of `calendar-location-name' in degrees, + east, - west.
  7864. For example, -74.0 for New York City.
  7865. It may not be a good idea to set this in advance for your site;
  7866. if there may be users running Emacs at your site
  7867. who are physically located elsewhere, they would get the wrong
  7868. value and might not know how to override it.
  7869. Vcalendar-location-name
  7870. *Expression evaluating to name of `calendar-longitude', calendar-latitude'.
  7871. Default value is just the latitude, longitude pair.
  7872. Fsunrise-sunset
  7873. Local time of sunrise and sunset for today.  Accurate to +/- 2 minutes.
  7874. If called with an optional prefix argument, prompts for date.
  7875.  
  7876. If called with an optional double prefix argument, prompts for longitude,
  7877. latitude, time zone, and date.
  7878.  
  7879. This function is suitable for execution in a .emacs file.
  7880. Fsort-lines
  7881. Sort lines in region alphabetically; argument means descending order.
  7882. Called from a program, there are three arguments:
  7883. REVERSE (non-nil means reverse order), BEG and END (region to sort).
  7884. Fsort-paragraphs
  7885. Sort paragraphs in region alphabetically; argument means descending order.
  7886. Called from a program, there are three arguments:
  7887. REVERSE (non-nil means reverse order), BEG and END (region to sort).
  7888. Fsort-pages
  7889. Sort pages in region alphabetically; argument means descending order.
  7890. Called from a program, there are three arguments:
  7891. REVERSE (non-nil means reverse order), BEG and END (region to sort).
  7892. Fsort-numeric-fields
  7893. Sort lines in region numerically by the ARGth field of each line.
  7894. Fields are separated by whitespace and numbered from 1 up.
  7895. Specified field must contain a number in each line of the region.
  7896. With a negative arg, sorts by the ARGth field counted from the right.
  7897. Called from a program, there are three arguments:
  7898. FIELD, BEG and END.  BEG and END specify region to sort.
  7899. If you want to sort floating-point numbers, try `sort-float-fields'.
  7900. Fsort-float-fields
  7901. Sort lines in region numerically by the ARGth field of each line.
  7902. Fields are separated by whitespace and numbered from 1 up.  Specified field
  7903. must contain a floating point number in each line of the region.  With a
  7904. negative arg, sorts by the ARGth field counted from the right.  Called from a
  7905. program, there are three arguments: FIELD, BEG and END.  BEG and END specify
  7906. region to sort.
  7907. Fsort-fields
  7908. Sort lines in region lexicographically by the ARGth field of each line.
  7909. Fields are separated by whitespace and numbered from 1 up.
  7910. With a negative arg, sorts by the ARGth field counted from the right.
  7911. Called from a program, there are three arguments:
  7912. FIELD, BEG and END.  BEG and END specify region to sort.
  7913. Fsort-regexp-fields
  7914. Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
  7915. RECORD-REGEXP specifies the textual units which should be sorted.
  7916.   For example, to sort lines RECORD-REGEXP would be "^.*$"
  7917. KEY specifies the part of each record (ie each match for RECORD-REGEXP)
  7918.   is to be used for sorting.
  7919.   If it is "\digit" then the digit'th "\(...\)" match field from
  7920.   RECORD-REGEXP is used.
  7921.   If it is "\&" then the whole record is used.
  7922.   Otherwise, it is a regular-expression for which to search within the record.
  7923. If a match for KEY is not found within a record then that record is ignored.
  7924.  
  7925. With a negative prefix arg sorts in reverse order.
  7926.  
  7927. For example: to sort lines in the region by the first word on each line
  7928.  starting with the letter "f",
  7929.  RECORD-REGEXP would be "^.*$" and KEY would be "\=\<f\w*\>"
  7930. Fsort-columns
  7931. Sort lines in region alphabetically by a certain range of columns.
  7932. For the purpose of this command, the region includes
  7933. the entire line that point is in and the entire line the mark is in.
  7934. The column positions of point and mark bound the range of columns to sort on.
  7935. A prefix argument means sort into reverse order.
  7936.  
  7937. Note that `sort-columns' rejects text that contains tabs,
  7938. because tabs could be split across the specified columns
  7939. and it doesn't know how to handle that.  Also, when possible,
  7940. it uses the `sort' utility program, which doesn't understand tabs.
  7941. Use \[untabify] to convert tabs to spaces before sorting.
  7942. Freverse-region
  7943. Reverse the order of lines in a region.
  7944. From a program takes two point or marker arguments, BEG and END.
  7945. Fspell-buffer
  7946. Check spelling of every word in the buffer.
  7947. For each incorrect word, you are asked for the correct spelling
  7948. and then put into a query-replace to fix some or all occurrences.
  7949. If you do not want to change a word, just give the same word
  7950. as its "correct" spelling; then the query replace is skipped.
  7951. Fspell-word
  7952. Check spelling of word at or before point.
  7953. If it is not correct, ask user for the correct spelling
  7954. and `query-replace' the entire buffer to substitute it.
  7955. Fspell-region
  7956. Like `spell-buffer' but applies only to region.
  7957. Used in a program, applies from START to END.
  7958. DESCRIPTION is an optional string naming the unit being checked:
  7959. for example, "word".
  7960. Fspell-string
  7961. Check spelling of string supplied as argument.
  7962. Fspook
  7963. Adds that special touch of class to your outgoing mail.
  7964. Fsnarf-spooks
  7965. Return a vector containing the lines from `spook-phrases-file'.
  7966. Funtabify
  7967. Convert all tabs in region to multiple spaces, preserving columns.
  7968. Called non-interactively, the region is specified by arguments
  7969. START and END, rather than by the position of point and mark.
  7970. The variable `tab-width' controls the spacing of tab stops.
  7971. Ftabify
  7972. Convert multiple spaces in region to tabs when possible.
  7973. A group of spaces is partially replaced by tabs
  7974. when this can be done without changing the column they end at.
  7975. Called non-interactively, the region is specified by arguments
  7976. START and END, rather than by the position of point and mark.
  7977. The variable `tab-width' controls the spacing of tab stops.
  7978. Ftar-mode
  7979. Major mode for viewing a tar file as a dired-like listing of its contents.
  7980. You can move around using the usual cursor motion commands. 
  7981. Letters no longer insert themselves.
  7982. Type 'e' to pull a file out of the tar file and into its own buffer.
  7983. Type 'c' to copy an entry from the tar file into another file on disk.
  7984.  
  7985. If you edit a sub-file of this archive (as with the 'e' command) and 
  7986. save it with Control-X Control-S, the contents of that buffer will be 
  7987. saved back into the tar-file buffer; in this way you can edit a file 
  7988. inside of a tar archive without extracting it and re-archiving it.
  7989.  
  7990. See also: variables tar-update-datestamp and tar-anal-blocksize.
  7991. \{tar-mode-map}
  7992. Ftelnet
  7993. Open a network login connection to host named HOST (a string).
  7994. Communication with HOST is recorded in a buffer *HOST-telnet*.
  7995. Normally input is edited in Emacs and sent a line at a time.
  7996. Frsh
  7997. Open a network login connection to host named HOST (a string).
  7998. Communication with HOST is recorded in a buffer *HOST-rsh*.
  7999. Normally input is edited in Emacs and sent a line at a time.
  8000. Fterminal-emulator
  8001. Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
  8002. ARGS is a list of argument-strings.  Remaining arguments are WIDTH and HEIGHT.
  8003. BUFFER's contents are made an image of the display generated by that program,
  8004. and any input typed when BUFFER is the current Emacs buffer is sent to that
  8005. program an keyboard input.
  8006.  
  8007. Interactively, BUFFER defaults to "*terminal*" and PROGRAM and ARGS
  8008. are parsed from an input-string using your usual shell.
  8009. WIDTH and HEIGHT are determined from the size of the current window
  8010. -- WIDTH will be one less than the window's width, HEIGHT will be its height.
  8011.  
  8012. To switch buffers and leave the emulator, or to give commands
  8013. to the emulator itself (as opposed to the program running under it),
  8014. type Control-^.  The following character is an emulator command.
  8015. Type Control-^ twice to send it to the subprogram.
  8016. This escape character may be changed using the variable `terminal-escape-char'.
  8017.  
  8018. `Meta' characters may not currently be sent through the terminal emulator.
  8019.  
  8020. Here is a list of some of the variables which control the behaviour
  8021. of the emulator -- see their documentation for more information:
  8022. terminal-escape-char, terminal-scrolling, terminal-more-processing,
  8023. terminal-redisplay-interval.
  8024.  
  8025. This function calls the value of terminal-mode-hook if that exists
  8026. and is non-nil after the terminal buffer has been set up and the
  8027. subprocess started.
  8028.  
  8029. Presently with `termcap' only; if somebody sends us code to make this
  8030. work with `terminfo' we will try to use it.
  8031. Vtex-shell-file-name
  8032. *If non-nil, is file name to use for the subshell in which TeX is run.
  8033. Vtex-directory
  8034. *Directory in which temporary files are left.
  8035. You can make this /tmp if your TEXINPUTS has no relative directories in it
  8036. and you don't try to apply \[tex-region] or \[tex-buffer] when there are
  8037. \input commands with relative directories.
  8038. Vtex-offer-save
  8039. *If non-nil, ask about saving modified buffers before \[tex-file] is run.
  8040. Vtex-run-command
  8041. *Command used to run TeX subjob.
  8042. If this string contains an asterisk (*), it will be replaced by the
  8043. filename; if not, the name of the file, preceded by blank, will be added to
  8044. this string.
  8045. Vlatex-run-command
  8046. *Command used to run LaTeX subjob.
  8047. If this string contains an asterisk (*), it will be replaced by the
  8048. filename; if not, the name of the file, preceded by blank, will be added to
  8049. this string.
  8050. Vlatex-block-names
  8051. *User defined LaTeX block names.
  8052. Combined with `standard-latex-block-names' for minibuffer completion.
  8053. Vslitex-run-command
  8054. *Command used to run SliTeX subjob.
  8055. If this string contains an asterisk (*), it will be replaced by the
  8056. filename; if not, the name of the file, preceded by blank, will be added to
  8057. this string.
  8058. Vtex-bibtex-command
  8059. *Command used by `tex-bibtex-file' to gather bibliographic data.
  8060. If this string contains an asterisk (*), it will be replaced by the
  8061. filename; if not, the name of the file, preceded by blank, will be added to
  8062. this string.
  8063. Vtex-dvi-print-command
  8064. *Command used by \[tex-print] to print a .dvi file.
  8065. If this string contains an asterisk (*), it will be replaced by the
  8066. filename; if not, the name of the file, preceded by blank, will be added to
  8067. this string.
  8068. Vtex-alt-dvi-print-command
  8069. *Command used by \[tex-print] with a prefix arg to print a .dvi file.
  8070. If this string contains an asterisk (*), it will be replaced by the
  8071. filename; if not, the name of the file, preceded by blank, will be added to
  8072. this string.
  8073.  
  8074. If two printers are not enough of a choice, you can define the value
  8075. of tex-alt-dvi-print-command to be an expression that asks what you want;
  8076. for example,
  8077.  
  8078.     (setq tex-alt-dvi-print-command
  8079.          '(format "lpr -P%s" (read-string "Use printer: ")))
  8080.  
  8081. would tell \[tex-print] with a prefix argument to ask you which printer to
  8082. use.
  8083. Vtex-dvi-view-command
  8084. *Command used by \[tex-view] to display a .dvi file.
  8085. If this string contains an asterisk (*), it will be replaced by the
  8086. filename; if not, the name of the file, preceded by blank, will be added to
  8087. this string.
  8088.  
  8089. This can be set conditionally so that the previewer used is suitable for the
  8090. window system being used.  For example,
  8091.  
  8092.     (setq tex-dvi-view-command
  8093.           (if (eq window-system 'x) "xdvi" "dvi2tty * | cat -s"))
  8094.  
  8095. would tell \[tex-view] use xdvi under X windows and to use dvi2tty
  8096. otherwise.
  8097. Vtex-show-queue-command
  8098. *Command used by \[tex-show-print-queue] to show the print queue.
  8099. Should show the queue(s) that \[tex-print] puts jobs on.
  8100. Vtex-default-mode
  8101. *Mode to enter for a new file that might be either TeX or LaTeX.
  8102. This variable is used when it can't be determined whether the file
  8103. is plain TeX or LaTeX or what because the file contains no commands.
  8104. Normally set to either 'plain-tex-mode or 'latex-mode.
  8105. Vtex-open-quote
  8106. *String inserted by typing \[tex-insert-quote] to open a quotation.
  8107. Vtex-close-quote
  8108. *String inserted by typing \[tex-insert-quote] to close a quotation.
  8109. Ftex-mode
  8110. Major mode for editing files of input for TeX, LaTeX, or SliTeX.
  8111. Tries to determine (by looking at the beginning of the file) whether
  8112. this file is for plain TeX, LaTeX, or SliTeX and calls plain-tex-mode,
  8113. latex-mode, or slitex-mode, respectively.  If it cannot be determined,
  8114. such as if there are no commands in the file, the value of tex-default-mode
  8115. is used.
  8116. Fplain-tex-mode
  8117. Major mode for editing files of input for plain TeX.
  8118. Makes $ and } display the characters they match.
  8119. Makes " insert `` when it seems to be the beginning of a quotation,
  8120. and '' when it appears to be the end; it inserts " only after a \.
  8121.  
  8122. Use \[tex-region] to run TeX on the current region, plus a "header"
  8123. copied from the top of the file (containing macro definitions, etc.),
  8124. running TeX under a special subshell.  \[tex-buffer] does the whole buffer.
  8125. \[tex-file] saves the buffer and then processes the file.
  8126. \[tex-print] prints the .dvi file made by any of these.
  8127. \[tex-view] previews the .dvi file made by any of these.
  8128. \[tex-bibtex-file] runs bibtex on the file of the current buffer.
  8129.  
  8130. Use \[validate-tex-buffer] to check buffer for paragraphs containing
  8131. mismatched $'s or braces.
  8132.  
  8133. Special commands:
  8134. \{tex-mode-map}
  8135.  
  8136. Mode variables:
  8137. tex-run-command
  8138.     Command string used by \[tex-region] or \[tex-buffer].
  8139. tex-directory
  8140.     Directory in which to create temporary files for TeX jobs
  8141.     run by \[tex-region] or \[tex-buffer].
  8142. tex-dvi-print-command
  8143.     Command string used by \[tex-print] to print a .dvi file.
  8144. tex-alt-dvi-print-command
  8145.     Alternative command string used by \[tex-print] (when given a prefix
  8146.     argument) to print a .dvi file.
  8147. tex-dvi-view-command
  8148.     Command string used by \[tex-view] to preview a .dvi file.
  8149. tex-show-queue-command
  8150.     Command string used by \[tex-show-print-queue] to show the print
  8151.     queue that \[tex-print] put your job on.
  8152.  
  8153. Entering Plain-tex mode calls the value of `text-mode-hook', then the value
  8154. of `tex-mode-hook', and then the value of `plain-tex-mode-hook'.  When the
  8155. special subshell is initiated, the value of `tex-shell-hook' is called.
  8156. Flatex-mode
  8157. Major mode for editing files of input for LaTeX.
  8158. Makes $ and } display the characters they match.
  8159. Makes " insert `` when it seems to be the beginning of a quotation,
  8160. and '' when it appears to be the end; it inserts " only after a \.
  8161.  
  8162. Use \[tex-region] to run LaTeX on the current region, plus the preamble
  8163. copied from the top of the file (containing \documentstyle, etc.),
  8164. running LaTeX under a special subshell.  \[tex-buffer] does the whole buffer.
  8165. \[tex-file] saves the buffer and then processes the file.
  8166. \[tex-print] prints the .dvi file made by any of these.
  8167. \[tex-view] previews the .dvi file made by any of these.
  8168. \[tex-bibtex-file] runs bibtex on the file of the current buffer.
  8169.  
  8170. Use \[validate-tex-buffer] to check buffer for paragraphs containing
  8171. mismatched $'s or braces.
  8172.  
  8173. Special commands:
  8174. \{tex-mode-map}
  8175.  
  8176. Mode variables:
  8177. latex-run-command
  8178.     Command string used by \[tex-region] or \[tex-buffer].
  8179. tex-directory
  8180.     Directory in which to create temporary files for LaTeX jobs
  8181.     run by \[tex-region] or \[tex-buffer].
  8182. tex-dvi-print-command
  8183.     Command string used by \[tex-print] to print a .dvi file.
  8184. tex-alt-dvi-print-command
  8185.     Alternative command string used by \[tex-print] (when given a prefix
  8186.     argument) to print a .dvi file.
  8187. tex-dvi-view-command
  8188.     Command string used by \[tex-view] to preview a .dvi file.
  8189. tex-show-queue-command
  8190.     Command string used by \[tex-show-print-queue] to show the print
  8191.     queue that \[tex-print] put your job on.
  8192.  
  8193. Entering Latex mode calls the value of text-mode-hook, then the value of
  8194. tex-mode-hook, and then the value of latex-mode-hook.  When the special
  8195. subshell is initiated, the value of tex-shell-hook is called.
  8196. Ftexinfo-mode
  8197. Major mode for editing Texinfo files.
  8198.  
  8199.   It has these extra commands:
  8200. \{texinfo-mode-map}
  8201.  
  8202.   These are files that are used as input for TeX to make printed manuals
  8203. and also to be turned into Info files with \[makeinfo-buffer] or
  8204. the `makeinfo' program.  These files must be written in a very restricted and
  8205. modified version of TeX input format.
  8206.  
  8207.   Editing commands are like text-mode except that the syntax table is
  8208. set up so expression commands skip Texinfo bracket groups.  To see
  8209. what the Info version of a region of the Texinfo file will look like,
  8210. use \[makeinfo-region], which runs `makeinfo' on the current region.
  8211.  
  8212.   You can show the structure of a Texinfo file with \[texinfo-show-structure].
  8213. This command shows the structure of a Texinfo file by listing the
  8214. lines with the @-sign commands for @chapter, @section, and the like.
  8215. These lines are displayed in another window called the *Occur* window.
  8216. In that window, you can position the cursor over one of the lines and
  8217. use \[occur-mode-goto-occurrence], to jump to the corresponding spot
  8218. in the Texinfo file.
  8219.  
  8220.   In addition, Texinfo mode provides commands that insert various
  8221. frequently used @-sign commands into the buffer.  You can use these
  8222. commands to save keystrokes.  And you can insert balanced braces with
  8223. \[texinfo-insert-braces] and later use the command \[up-list] to
  8224. move forward past the closing brace.
  8225.  
  8226. Also, Texinfo mode provides functions for automatically creating or
  8227. updating menus and node pointers.  These functions
  8228.  
  8229.   * insert the `Next', `Previous' and `Up' pointers of a node,
  8230.   * insert or update the menu for a section, and
  8231.   * create a master menu for a Texinfo source file.
  8232.  
  8233. Here are the functions:
  8234.  
  8235.     texinfo-update-node                \[texinfo-update-node]
  8236.     texinfo-every-node-update          \[texinfo-every-node-update]
  8237.     texinfo-sequential-node-update 
  8238.  
  8239.     texinfo-make-menu                  \[texinfo-make-menu]
  8240.     texinfo-all-menus-update           \[texinfo-all-menus-update]
  8241.     texinfo-master-menu
  8242.  
  8243.     texinfo-indent-menu-description (column &optional region-p)
  8244.  
  8245. The `texinfo-column-for-description' variable specifies the column to
  8246. which menu descriptions are indented. 
  8247.  
  8248. Passed an argument (a prefix argument, if interactive), the
  8249. `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
  8250. in the region.
  8251.  
  8252. To use the updating commands, you must structure your Texinfo file
  8253. hierarchically, such that each `@node' line, with the exception of the
  8254. Top node, is accompanied by some kind of section line, such as an
  8255. `@chapter' or `@section' line.
  8256.  
  8257. If the file has a `top' node, it must be called `top' or `Top' and
  8258. be the first node in the file.
  8259.  
  8260. Entering Texinfo mode calls the value of text-mode-hook, and then the
  8261. value of texinfo-mode-hook.
  8262. Vdisplay-time-day-and-date
  8263. *Non-nil means \[display-time] should display day and date as well as time.
  8264. Fdisplay-time
  8265. Display current time, load level, and mail flag in mode line of each buffer.
  8266. Updates automatically every minute.
  8267. If `display-time-day-and-date' is non-nil, the current day and date
  8268. are displayed as well.
  8269. After each update, `display-time-hook' is run with `run-hooks'.
  8270. Frun-at-time
  8271. Run a function at a time, and optionally on a regular interval.
  8272. Arguments are TIME, REPEAT, FUNCTION &rest ARGS.
  8273. TIME, a string, can be specified absolutely or relative to now.
  8274. TIME can also be an integer, a number of seconds.
  8275. REPEAT, an integer number of seconds, is the interval on which to repeat
  8276. the call to the function.  If REPEAT is nil, call it just once.
  8277.  
  8278. Absolute times may be specified in a wide variety of formats;
  8279. Something of the form `HOUR:MIN:SEC TIMEZONE MONTH/DAY/YEAR', where
  8280. all fields are numbers, works; the format used by the Unix `date'
  8281. command works too.
  8282.  
  8283. Relative times may be specified as a series of numbers followed by units:
  8284.   1 min             denotes one minute from now.
  8285.   min            does too.
  8286.   1 min 5 sec        denotes 65 seconds from now.
  8287.   1 min 2 sec 3 hour 4 day 5 week 6 fortnight 7 month 8 year
  8288.             denotes the sum of all the given durations from now.
  8289. Ftq-create
  8290. Create and return a transaction queue communicating with PROCESS.
  8291. PROCESS should be a subprocess capable of sending and receiving
  8292. streams of bytes.  It may be a local process, or it may be connected
  8293. to a tcp server on another machine.
  8294. Vtrace-buffer
  8295. *Trace output will by default go to that buffer.
  8296. Ftrace-function
  8297. Traces FUNCTION with trace output going to BUFFER.
  8298. For every call of FUNCTION Lisp-style trace messages that display argument
  8299. and return values will be inserted into BUFFER. This function generates the
  8300. trace advice for FUNCTION and activates it together with any other advice
  8301. there might be!! The trace BUFFER will popup whenever FUNCTION is called.
  8302. Do not use this to trace functions that switch buffers or do any other
  8303. display oriented stuff, use `trace-function-background' instead.
  8304. Ftrace-function-background
  8305. Traces FUNCTION with trace output going quietly to BUFFER.
  8306. For every call of FUNCTION Lisp-style trace messages that display argument
  8307. and return values will be inserted into BUFFER. This function generates the
  8308. trace advice for FUNCTION and activates it together with any other advice
  8309. there might be!! Trace output will quietly go to BUFFER without changing
  8310. the window or buffer configuration at all.
  8311. Vtc-mode-map
  8312. Keymap for commands for two-column mode.
  8313. Ftc-two-columns
  8314. Split current window vertically for two-column editing.
  8315.  
  8316. When called the first time, associates a buffer with the current
  8317. buffer.  Both buffers are put in two-column minor mode and
  8318. tc-mode-hook gets called on both.  These buffers remember
  8319. about one another, even when renamed.
  8320.  
  8321. When called again, restores the screen layout with the current buffer
  8322. first and the associated buffer to it's right.
  8323.  
  8324. If you include long lines, i.e which will span both columns (eg.
  8325. source code), they should be in what will be the first column, with
  8326. the associated buffer having empty lines next to them.
  8327.  
  8328. You have the following commands at your disposal:
  8329.  
  8330. \[tc-two-columns]   Rearrange screen
  8331. \[tc-associate-buffer]   Reassociate buffer after changing major mode
  8332. \[tc-scroll-up]   Scroll both buffers up by a screenfull
  8333. \[tc-scroll-down]   Scroll both buffers down by a screenful
  8334. \[tc-scroll-line]   Scroll both buffers up by one or more lines
  8335. \[tc-recenter]   Recenter and realign other buffer
  8336. \[shrink-window-horizontally], \[enlarge-window-horizontally]   Shrink, enlarge current column
  8337. \[tc-associated-buffer]   Switch to associated buffer
  8338. \[tc-merge]   Merge both buffers
  8339.  
  8340. These keybindings can be customized in your ~/.emacs by `tc-prefix'
  8341. and `tc-mode-map'.
  8342.  
  8343. The appearance of the screen can be customized by the variables
  8344. `tc-window-width', `tc-beyond-fill-column',
  8345. `tc-mode-line-format' and `truncate-partial-width-windows'.
  8346. Ftc-associate-buffer
  8347. Associate another buffer with this one in two-column minor mode.
  8348. Can also be used to associate a just previously visited file, by
  8349. accepting the proposed default buffer.
  8350.  
  8351. See  \[tc-two-columns]  and  `lisp/two-column.el'  for further details.
  8352. Ftc-split
  8353. Unmerge a two-column text into two buffers in two-column minor mode.
  8354. The text is unmerged at the cursor's column which becomes the local
  8355. value of `tc-window-width'.  Only lines that have the ARG same
  8356. preceding characters at that column get split.  The ARG preceding
  8357. characters without any leading whitespace become the local value for
  8358. `tc-separator'.  This way lines that continue across both
  8359. columns remain untouched in the first buffer.
  8360.  
  8361. This function can be used with a prototype line, to set up things as
  8362. you like them.  You write the first line of each column with the
  8363. separator you like and then unmerge that line.  E.g.:
  8364.  
  8365. First column's text    sSs  Second columns text
  8366.                \___/\
  8367.             /    \
  8368.    5 character Separator      You type  M-5 \[tc-split]  with the point here
  8369.  
  8370. See  \[tc-two-columns]  and  `lisp/two-column.el'  for further details.
  8371. Ftc-dissociate
  8372. Turn off two-column minor mode in current and associated buffer.
  8373. If the associated buffer is unmodified and empty, it is killed.
  8374. Ftc-merge
  8375. Merges the associated buffer with the current buffer.
  8376. They get merged at the column, which is the value of
  8377. `tc-window-width', i.e. usually at the vertical window
  8378. separator.  This separator gets replaced with white space.  Beyond
  8379. that the value of gets inserted on merged lines.  The two columns are
  8380. thus pasted side by side, in a single text.  If the other buffer is
  8381. not displayed to the left of this one, then this one becomes the left
  8382. column.
  8383.  
  8384. If you want `tc-separator' on empty lines in the second column,
  8385. you should put just one space in them.  In the final result, you can strip
  8386. off trailing spaces with \[beginning-of-buffer] \[replace-regexp] [ SPC TAB ] + $ RET RET
  8387. Ftc-associated-buffer
  8388. Switch to associated buffer.
  8389. Ftc-scroll-line
  8390. Scroll current window upward by ARG lines.
  8391. The associated window gets scrolled to the same line.
  8392. Ftc-scroll-up
  8393. Scroll current window upward by ARG screens.
  8394. The associated window gets scrolled to the same line.
  8395. Ftc-scroll-down
  8396. Scroll current window downward by ARG screens.
  8397. The associated window gets scrolled to the same line.
  8398. Ftc-recenter
  8399. Center point in window.  With ARG, put point on line ARG.
  8400. This counts from bottom if ARG is negative.  The associated window
  8401. gets scrolled to the same line.
  8402. Funderline-region
  8403. Underline all nonblank characters in the region.
  8404. Works by overstriking underscores.
  8405. Called from program, takes two arguments START and END
  8406. which specify the range to operate on.
  8407. Fununderline-region
  8408. Remove all underlining (overstruck underscores) in the region.
  8409. Called from program, takes two arguments START and END
  8410. which specify the range to operate on.
  8411. Fbatch-unrmail
  8412. Convert Rmail files to mailbox files.
  8413. Specify the input Rmail file names as command line arguments.
  8414. For each Rmail file, the corresponding output file name
  8415. is made by adding `.mail' at the end.
  8416. For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
  8417. Funrmail
  8418. Convert Rmail file FILE to mailbox-format file TO-FILE.
  8419. Vreplace-copying-with
  8420. *If non-nil, replace copying notices with this file.
  8421. Fupdate-copyright
  8422. Update the copyright notice at the beginning of the buffer
  8423. to indicate the current year.  If optional arg REPLACE is given
  8424. (interactively, with prefix arg) replace the years in the notice
  8425. rather than adding the current year after them.
  8426. If `replace-copying-with' is set, the copying permissions following the
  8427. copyright are replaced as well.
  8428.  
  8429. If optional third argument ASK is non-nil, the user is prompted for whether
  8430. or not to update the copyright.  If optional fourth argument ASK-YEAR is
  8431. non-nil, the user is prompted for whether or not to replace the year rather
  8432. than adding to it.
  8433. Fask-to-update-copyright
  8434. If the current buffer contains a copyright notice that is out of date,
  8435. ask the user if it should be updated with `update-copyright' (which see).
  8436. Put this on write-file-hooks.
  8437. Fask-user-about-lock
  8438. Ask user what to do when he wants to edit FILE but it is locked by USER.
  8439. This function has a choice of three things to do:
  8440.   do (signal 'buffer-file-locked (list FILE USER))
  8441.     to refrain from editing the file
  8442.   return t (grab the lock on the file)
  8443.   return nil (edit the file even though it is locked).
  8444. You can rewrite it to use any criterion you like to choose which one to do.
  8445. Fask-user-about-supersession-threat
  8446. Ask a user who is about to modify an obsolete buffer what to do.
  8447. This function has two choices: it can return, in which case the modification
  8448. of the buffer will proceed, or it can (signal 'file-supersession (file)),
  8449. in which case the proposed buffer modification will not be made.
  8450.  
  8451. You can rewrite this to use any criterion you like to choose which one to do.
  8452. The buffer in question is current when this function is called.
  8453. Vvc-checkin-hook
  8454. *List of functions called after a checkin is done.  See `run-hooks'.
  8455. Fvc-next-action
  8456. Do the next logical checkin or checkout operation on the current file.
  8457.    If the file is not already registered, this registers it for version
  8458. control and then retrieves a writable, locked copy for editing.
  8459.    If the file is registered and not locked by anyone, this checks out
  8460. a writable and locked file ready for editing.
  8461.    If the file is checked out and locked by the calling user, this
  8462. first checks to see if the file has changed since checkout.  If not,
  8463. it performs a revert.
  8464.    If the file has been changed, this pops up a buffer for entry
  8465. of a log message; when the message has been entered, it checks in the
  8466. resulting changes along with the log message as change commentary.  If
  8467. the variable `vc-keep-workfiles' is non-nil (which is its default), a
  8468. read-only copy of the changed file is left in place afterwards.
  8469.    If the file is registered and locked by someone else, you are given
  8470. the option to steal the lock.
  8471.    If you call this from within a VC dired buffer with no files marked,
  8472. it will operate on the file in the current line.
  8473.    If you call this from within a VC dired buffer, and one or more
  8474. files are marked, it will accept a log message and then operate on
  8475. each one.  The log message will be used as a comment for any register
  8476. or checkin operations, but ignored when doing checkouts.  Attempted
  8477. lock steals will raise an error.
  8478. Fvc-register
  8479. Register the current file into your version-control system.
  8480. Fvc-diff
  8481. Display diffs between file versions.
  8482. Normally this compares the current file and buffer with the most recent 
  8483. checked in version of that file.  This uses no arguments.
  8484. With a prefix argument, it reads the file name to use
  8485. and two version designators specifying which versions to compare.
  8486. Fvc-insert-headers
  8487. Insert headers in a file for use with your version-control system.
  8488. Headers desired are inserted at the start of the buffer, and are pulled from
  8489. the variable `vc-header-alist'.
  8490. Fvc-directory
  8491. Show version-control status of all files under the current directory.
  8492. Fvc-create-snapshot
  8493. Make a snapshot called NAME.
  8494. The snapshot is made from all registered files at or below the current
  8495. directory.  For each file, the version level of its latest
  8496. version becomes part of the named configuration.
  8497. Fvc-retrieve-snapshot
  8498. Retrieve the snapshot called NAME.
  8499. This function fails if any files are locked at or below the current directory
  8500. Otherwise, all registered files are checked out (unlocked) at their version
  8501. levels in the snapshot.
  8502. Fvc-print-log
  8503. List the change log of the current buffer in a window.
  8504. Fvc-revert-buffer
  8505. Revert the current buffer's file back to the latest checked-in version.
  8506. This asks for confirmation if the buffer contents are not identical
  8507. to that version.
  8508. Fvc-cancel-version
  8509. Get rid of most recently checked in version of this file.
  8510. A prefix argument means do not revert the buffer afterwards.
  8511. Fvc-update-change-log
  8512. Find change log file and add entries from recent RCS logs.
  8513. The mark is left at the end of the text prepended to the change log.
  8514. With prefix arg of C-u, only find log entries for the current buffer's file.
  8515. With any numeric prefix arg, find log entries for all files currently visited.
  8516. Otherwise, find log entries for all registered files in the default directory.
  8517. From a program, any arguments are passed to the `rcs2log' script.
  8518. Fvi-mode
  8519. Major mode that acts like the `vi' editor.
  8520. The purpose of this mode is to provide you the combined power of vi (namely,
  8521. the "cross product" effect of commands and repeat last changes) and Emacs.
  8522.  
  8523. This command redefines nearly all keys to look like vi commands.
  8524. It records the previous major mode, and any vi command for input
  8525. (`i', `a', `s', etc.) switches back to that mode.
  8526. Thus, ordinary Emacs (in whatever major mode you had been using)
  8527. is "input" mode as far as vi is concerned.
  8528.  
  8529. To get back into vi from "input" mode, you must issue this command again.
  8530. Therefore, it is recommended that you assign it to a key.
  8531.  
  8532. Major differences between this mode and real vi :
  8533.  
  8534. * Limitations and unsupported features
  8535.   - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
  8536.     not supported.
  8537.   - Ex commands are not implemented; try ':' to get some hints.
  8538.   - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
  8539.  
  8540. * Modifications
  8541.   - The stopping positions for some point motion commands (word boundary,
  8542.     pattern search) are slightly different from standard 'vi'.
  8543.     Also, no automatic wrap around at end of buffer for pattern searching.
  8544.   - Since changes are done in two steps (deletion then insertion), you need
  8545.     to undo twice to completely undo a change command.  But this is not needed
  8546.     for undoing a repeated change command.
  8547.   - No need to set/unset 'magic', to search for a string with regular expr
  8548.     in it just put a prefix arg for the search commands.  Replace cmds too.
  8549.   - ^R is bound to incremental backward search, so use ^L to redraw screen.
  8550.  
  8551. * Extensions
  8552.   - Some standard (or modified) Emacs commands were integrated, such as
  8553.     incremental search, query replace, transpose objects, and keyboard macros.
  8554.   - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
  8555.     esc-map or set undefined.  These can give you the full power of Emacs.
  8556.   - See vi-com-map for those keys that are extensions to standard vi, e.g.
  8557.     `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
  8558.     `vi-mark-region', and 'vi-quote-words'.  Some of them are quite handy.
  8559.   - Use \[vi-switch-mode] to switch among different modes quickly.
  8560.   
  8561. Syntax table and abbrevs while in vi mode remain as they were in Emacs.
  8562. Fview-file
  8563. View FILE in View mode, returning to previous buffer when done.
  8564. The usual Emacs commands are not available; instead,
  8565. a special set of commands (mostly letters and punctuation)
  8566. are defined for moving around in the buffer.
  8567. Space scrolls forward, Delete scrolls backward.
  8568. For list of all View commands, type ? or h while viewing.
  8569.  
  8570. This command runs the normal hook `view-hook'.
  8571. Fview-file-other-window
  8572. View FILE in View mode in other window.
  8573. Return to previous buffer when done.
  8574. The usual Emacs commands are not available; instead,
  8575. a special set of commands (mostly letters and punctuation)
  8576. are defined for moving around in the buffer.
  8577. Space scrolls forward, Delete scrolls backward.
  8578. For list of all View commands, type ? or h while viewing.
  8579.  
  8580. This command runs the normal hook `view-hook'.
  8581. Fview-buffer
  8582. View BUFFER in View mode, returning to previous buffer when done.
  8583. The usual Emacs commands are not available; instead,
  8584. a special set of commands (mostly letters and punctuation)
  8585. are defined for moving around in the buffer.
  8586. Space scrolls forward, Delete scrolls backward.
  8587. For list of all View commands, type ? or h while viewing.
  8588.  
  8589. This command runs the normal hook `view-hook'.
  8590. Fview-buffer-other-window
  8591. View BUFFER in View mode in another window,
  8592. returning to original buffer when done *only* if 
  8593. prefix argument NOT-RETURN is nil (which is the default).
  8594.  
  8595. The usual Emacs commands are not available in View mode; instead,
  8596. a special set of commands (mostly letters and punctuation)
  8597. are defined for moving around in the buffer.
  8598. Space scrolls forward, Delete scrolls backward.
  8599. For list of all View commands, type ? or h while viewing.
  8600.  
  8601. This command runs the normal hook `view-hook'.
  8602. Fview-mode
  8603. Major mode for viewing text but not editing it.
  8604. Letters do not insert themselves.  Instead these commands are provided.
  8605. Most commands take prefix arguments.  Commands dealing with lines
  8606. default to "scroll size" lines (initially size of window).
  8607. Search commands default to a repeat count of one.
  8608. M-< or <    move to beginning of buffer.
  8609. M-> or >    move to end of buffer.
  8610. C-v or Space    scroll forward lines.
  8611. M-v or DEL    scroll backward lines.
  8612. CR or LF    scroll forward one line (backward with prefix argument).
  8613. z        like Space except set number of lines for further
  8614.            scrolling commands to scroll by.
  8615. C-u and Digits    provide prefix arguments.  `-' denotes negative argument.
  8616. =        prints the current line number.
  8617. g        goes to line given by prefix argument.
  8618. / or M-C-s    searches forward for regular expression
  8619. \ or M-C-r    searches backward for regular expression.
  8620. n        searches forward for last regular expression.
  8621. p        searches backward for last regular expression.
  8622. C-@ or .    set the mark.
  8623. x        exchanges point and mark.
  8624. C-s or s    do forward incremental search.
  8625. C-r or r    do reverse incremental search.
  8626. @ or '        return to mark and pops mark ring.
  8627.           Mark ring is pushed at start of every
  8628.           successful search and when jump to line to occurs.
  8629.           The mark is set on jump to buffer start or end.
  8630. ? or h        provide help message (list of commands).
  8631. \[Helper-help]        provides help (list of commands or description of a command).
  8632. C-n        moves down lines vertically.
  8633. C-p        moves upward lines vertically.
  8634. C-l        recenters the screen.
  8635. q or C-c    exit view-mode and return to previous buffer.
  8636.  
  8637. Entry to this mode runs the normal hook `view-hook'.
  8638.  
  8639. \{view-mode-map}
  8640. Fvip-mode
  8641. Turn on VIP emulation of VI.
  8642. Frun-scheme
  8643. Run an inferior Scheme process.
  8644. Output goes to the buffer `*scheme*'.
  8645. With argument, asks for a command line.
  8646. Fyow
  8647. Return or display a random Zippy quotation.
  8648. Fpsychoanalyze-pinhead
  8649. Zippy goes to the analyst.
  8650. Fmap-y-or-n-p
  8651. Ask a series of boolean questions.
  8652. Takes args PROMPTER ACTOR LIST, and optional args HELP and ACTION-ALIST.
  8653.  
  8654. LIST is a list of objects, or a function of no arguments to return the next
  8655. object or nil.
  8656.  
  8657. If PROMPTER is a string, the prompt is (format PROMPTER OBJECT).  If not
  8658. a string, PROMPTER is a function of one arg (an object from LIST), which
  8659. returns a string to be used as the prompt for that object.  If the return
  8660. value is not a string, it is eval'd to get the answer; it may be nil to
  8661. ignore the object, t to act on the object without asking the user, or a
  8662. form to do a more complex prompt.
  8663.  
  8664. ACTOR is a function of one arg (an object from LIST),
  8665. which gets called with each object that the user answers `yes' for.
  8666.  
  8667. If HELP is given, it is a list (OBJECT OBJECTS ACTION),
  8668. where OBJECT is a string giving the singular noun for an elt of LIST;
  8669. OBJECTS is the plural noun for elts of LIST, and ACTION is a transitive
  8670. verb describing ACTOR.  The default is ("object" "objects" "act on").
  8671.  
  8672. At the prompts, the user may enter y, Y, or SPC to act on that object;
  8673. n, N, or DEL to skip that object; ! to act on all following objects;
  8674. ESC or q to exit (skip all following objects); . (period) to act on the
  8675. current object and then exit; or \[help-command] to get help.
  8676.  
  8677. If ACTION-ALIST is given, it is an alist (KEY FUNCTION HELP) of extra keys
  8678. that will be accepted.  KEY is a character; FUNCTION is a function of one
  8679. arg (an object from LIST); HELP is a string.  When the user hits KEY,
  8680. FUNCTION is called.  If it returns non-nil, the object is considered
  8681. "acted upon", and the next object from LIST is processed.  If it returns
  8682. nil, the prompt is repeated for the same object.
  8683.  
  8684. This function uses `query-replace-map' to define the standard responses,
  8685. but not all of the responses which `query-replace' understands
  8686. are meaningful here.
  8687.  
  8688. Returns the number of actions taken.
  8689. Fforward-page
  8690. Move forward to page boundary.  With arg, repeat, or go back if negative.
  8691. A page boundary is any line whose beginning matches the regexp
  8692. `page-delimiter'.
  8693. Fbackward-page
  8694. Move backward to page boundary.  With arg, repeat, or go fwd if negative.
  8695. A page boundary is any line whose beginning matches the regexp
  8696. `page-delimiter'.
  8697. Fmark-page
  8698. Put mark at end of page, point at beginning.
  8699. A numeric arg specifies to move forward or backward by that many pages,
  8700. thus marking a page other than the one point was originally in.
  8701. Fnarrow-to-page
  8702. Make text outside current page invisible.
  8703. A numeric arg specifies to move forward or backward by that many pages,
  8704. thus showing a page other than the one point was originally in.
  8705. Vparagraph-start
  8706. *Regexp for beginning of a line that starts OR separates paragraphs.
  8707. Vparagraph-separate
  8708. *Regexp for beginning of a line that separates paragraphs.
  8709. If you change this, you may have to change paragraph-start also.
  8710. Vsentence-end
  8711. *Regexp describing the end of a sentence.
  8712. All paragraph boundaries also end sentences, regardless.
  8713.  
  8714. In order to be recognized as the end of a sentence, the ending period,
  8715. question mark, or exclamation point must be followed by two spaces,
  8716. unless it's inside some sort of quotes or parenthesis.
  8717. Vpage-delimiter
  8718. *Regexp describing line-beginnings that separate pages.
  8719. Vparagraph-ignore-fill-prefix
  8720. Non-nil means the paragraph commands are not affected by `fill-prefix'.
  8721. This is desirable in modes where blank lines are the paragraph delimiters.
  8722. Fforward-paragraph
  8723. Move forward to end of paragraph.
  8724. With arg N, do it N times; negative arg -N means move forward N paragraphs.
  8725.  
  8726. A line which `paragraph-start' matches either separates paragraphs
  8727. (if `paragraph-separate' matches it also) or is the first line of a paragraph.
  8728. A paragraph end is the beginning of a line which is not part of the paragraph
  8729. to which the end of the previous line belongs, or the end of the buffer.
  8730. Fbackward-paragraph
  8731. Move backward to start of paragraph.
  8732. With arg N, do it N times; negative arg -N means move forward N paragraphs.
  8733.  
  8734. A paragraph start is the beginning of a line which is a
  8735. `first-line-of-paragraph' or which is ordinary text and follows a
  8736. paragraph-separating line; except: if the first real line of a
  8737. paragraph is preceded by a blank line, the paragraph starts at that
  8738. blank line.
  8739.  
  8740. See `forward-paragraph' for more information.
  8741. Fmark-paragraph
  8742. Put point at beginning of this paragraph, mark at end.
  8743. The paragraph marked is the one that contains point or follows point.
  8744. Fkill-paragraph
  8745. Kill forward to end of paragraph.
  8746. With arg N, kill forward to Nth end of paragraph;
  8747. negative arg -N means kill backward to Nth start of paragraph.
  8748. Fbackward-kill-paragraph
  8749. Kill back to start of paragraph.
  8750. With arg N, kill back to Nth start of paragraph;
  8751. negative arg -N means kill forward to Nth end of paragraph.
  8752. Ftranspose-paragraphs
  8753. Interchange this (or next) paragraph with previous one.
  8754. VInfo-default-directory-list
  8755. List of directories to search for Info documentation files.
  8756. Vnews-path
  8757. The root directory below which all news files are stored.
  8758. Vnews-inews-program
  8759. Program to post news.
  8760. Vgnus-default-nntp-server
  8761. The name of the host running an NNTP server.
  8762. If it is a string such as ":DIRECTORY", then ~/DIRECTORY
  8763. is used as a news spool.  `gnus-nntp-server' is initialised from NNTPSERVER
  8764. environment variable or, if none, this value.
  8765. Vgnus-nntp-service
  8766. NNTP service name, usually "nntp" or 119).
  8767. Go to a local news spool if its value is nil, in which case `gnus-nntp-server'
  8768. should be set to `(system-name)'.
  8769. Vgnus-local-domain
  8770. *Your domain name without a host name: for example, "ai.mit.edu".
  8771. The DOMAINNAME environment variable is used instead if defined.
  8772. If the function `system-name' returns a fully qualified domain name,
  8773. there is no need to set this variable.
  8774. Vgnus-local-organization
  8775. *The name of your organization, as a string.
  8776. The `ORGANIZATION' environment variable is used instead if defined.
  8777. Vmh-progs
  8778. Directory containing MH commands.
  8779. Vmh-lib
  8780. Directory of MH library.
  8781. Vrmail-file-name
  8782. Name of user's primary mail file.
  8783. Vgnus-startup-file
  8784. The file listing groups to which user is subscribed.
  8785. Will use `gnus-startup-file'-SERVER instead if exists.
  8786. Vrmail-spool-directory
  8787. Name of directory used by system mailer for delivering new mail.
  8788. Its name should end with a slash.
  8789. Vsendmail-program
  8790. Program used to send messages.
  8791. Vterm-file-prefix
  8792. If non-nil, Emacs startup does (load (concat term-file-prefix (getenv "TERM")))
  8793. You may set this variable to nil in your `.emacs' file if you do not wish
  8794. the terminal-initialization file to be loaded.
  8795. Vmanual-program
  8796. Program to run to print man pages.
  8797. Vabbrev-file-name
  8798. *Default name of file to read abbrevs from.
  8799. Vregister-alist
  8800. Alist of elements (NAME . CONTENTS), one for each Emacs register.
  8801. NAME is a character (a number).  CONTENTS is a string, number,
  8802. frame configuration, mark or list.
  8803. A list of strings represents a rectangle.
  8804. A list of the form (file . NAME) represents the file named NAME.
  8805. Fget-register
  8806. Return contents of Emacs register named CHAR, or nil if none.
  8807. Vcase-replace
  8808. *Non-nil means query-replace should preserve case in replacements.
  8809. Fscroll-bar-scale
  8810. Given a pair (NUM . DENOM) and WHOLE, return (/ (* NUM WHOLE) DENOM).
  8811. This is handy for scaling a position on a scroll bar into real units,
  8812. like buffer positions.  If SCROLL-BAR-POS is the (PORTION . WHOLE) pair
  8813. from a scroll bar event, then (scroll-bar-scale SCROLL-BAR-POS
  8814. (buffer-size)) is the position in the current buffer corresponding to
  8815. that scroll bar position.
  8816. Fx-get-selection
  8817. Return the value of an X Windows selection.
  8818. The argument TYPE (default `PRIMARY') says which selection, 
  8819. and the argument DATA-TYPE (default `STRING') says how to convert the data.
  8820. Fx-get-clipboard
  8821. Return text pasted to the clipboard.
  8822. Fx-set-selection
  8823. Make an X Windows selection of type TYPE and value DATA.
  8824. The argument TYPE (default `PRIMARY') says which selection, 
  8825. and DATA specifies the contents.  DATA may be a string,
  8826. a symbol, an integer (or a cons of two integers or list of two integers),
  8827. or a cons of two markers pointing to the same buffer.
  8828. In the last case, the selection is considered to be the text 
  8829. between the markers.
  8830. The data may also be a vector of valid non-vector selection values.
  8831. Fx-get-cut-buffer
  8832. Returns the value of one of the 8 X server cut-buffers.  Optional arg
  8833. WHICH-ONE should be a number from 0 to 7, defaulting to 0.
  8834. Cut buffers are considered obsolete; you should use selections instead.
  8835. Fx-set-cut-buffer
  8836. Store STRING into the X server's primary cut buffer.
  8837. If PUSH is non-nil, also rotate the cut buffers:
  8838. this means the previous value of the primary cut buffer moves the second
  8839. cut buffer, and the second to the third, and so on (there are 8 buffers.)
  8840. Cut buffers are considered obsolete; you should use selections instead.
  8841. Vcommand-line-processed
  8842. t once command line has been processed
  8843. Vinhibit-startup-message
  8844. *Non-nil inhibits the initial startup messages.
  8845. This is for use in your personal init file, once you are familiar
  8846. with the contents of the startup message.
  8847. Vinhibit-default-init
  8848. *Non-nil inhibits loading the `default' library.
  8849. Vcommand-switch-alist
  8850. Alist of command-line switches.
  8851. Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
  8852. HANDLER-FUNCTION receives switch name as sole arg;
  8853. remaining command-line args are in the variable `command-line-args-left'.
  8854. Vcommand-line-functions
  8855. List of functions to process unrecognized command-line arguments.
  8856. Each function should access the dynamically bound variables
  8857. argi (the current argument) and command-line-args-left (the remaining
  8858. arguments).  The function should return non-nil only if it recognizes and
  8859. processes argi.  If it does so, it may consume successive arguments by
  8860. altering command-line-args-left to remove them.
  8861. Vbefore-init-hook
  8862. Functions to call after handling urgent options but before loading init file.
  8863. The frame system uses this to open frames to display messages while
  8864. Emacs loads the user's initialization file.
  8865. Vafter-init-hook
  8866. Functions to call after loading the init file (`~/.emacs').
  8867. The call is not protected by a condition-case, so you can set `debug-on-error'
  8868. in `.emacs', and put all the actual code on `after-init-hook'.
  8869. Vterm-setup-hook
  8870. Functions to be called after loading terminal-specific lisp code.
  8871. See `run-hooks'.  This variable exists for users to set,
  8872. so as to override the definitions made by the terminal-specific file.
  8873. Emacs never sets this variable itself.
  8874. Vkeyboard-type
  8875. The brand of keyboard you are using.  This variable is used to define
  8876. the proper function and keypad keys for use under X.  It is used in a
  8877. fashion analogous to the environment value TERM.
  8878. Vwindow-setup-hook
  8879. Function called to initialize window system display.
  8880. Emacs calls this after processing the command line arguments and loading
  8881. the user's init file.
  8882.  
  8883. Users should not set this variable; use term-setup-hook instead.
  8884. Vinitial-major-mode
  8885. Major mode command symbol to use for the initial *scratch* buffer.
  8886. Vinit-file-user
  8887. Identity of user whose `.emacs' file is or was read.
  8888. The value may be the null string or a string containing a user's name.
  8889. If the value is a null string, it means that the init file was taken from
  8890. the user that originally logged in.
  8891.  
  8892. In all cases, `(concat "~" init-file-user "/")' evaluates to the
  8893. directory name of the directory where the `.emacs' file was looked for.
  8894. Flambda
  8895. Return a lambda expression.
  8896. A call of the form (lambda ARGS DOCSTRING INTERACTIVE BODY) is
  8897. self-quoting; the result of evaluating the lambda expression is the
  8898. expression itself.  The lambda expression may then be treated as a
  8899. function, i. e. stored as the function value of a symbol, passed to
  8900. funcall or mapcar, etcetera.
  8901. ARGS should take the same form as an argument list for a `defun'.
  8902. DOCSTRING should be a string, as described for `defun'.  It may be omitted.
  8903. INTERACTIVE should be a call to the function `interactive', which see.
  8904. It may also be omitted.
  8905. BODY should be a list of lisp expressions.
  8906. Vtext-mode-syntax-table
  8907. Syntax table used while in text mode.
  8908. Vtext-mode-abbrev-table
  8909. Abbrev table used while in text mode.
  8910. Vtext-mode-map
  8911. Keymap for Text mode.
  8912. Many other modes, such as Mail mode, Outline mode and Indented Text mode,
  8913. inherit all the commands defined in this map.
  8914. Ftext-mode
  8915. Major mode for editing text intended for humans to read.  Special commands:\{text-mode-map}
  8916. Turning on Text mode calls the value of the variable `text-mode-hook',
  8917. if that value is non-nil.
  8918. Vindented-text-mode-map
  8919. Keymap for Indented Text mode.
  8920. All the commands defined in Text mode are inherited unless overridden.
  8921. Vvc-master-templates
  8922. *Where to look for version-control master files.
  8923. The first pair corresponding to a given back end is used as a template
  8924. when creating new masters.
  8925. Vvc-make-backup-files
  8926. *If non-nil, backups of registered files are made according to
  8927. the make-backup-files variable.  Otherwise, prevents backups being made.
  8928. Vvc-rcs-status
  8929. *If non-nil, revision and locks on RCS working file displayed in modeline.
  8930. Otherwise, not displayed.
  8931. Vvc-file-prop-obarray
  8932. Obarray for per-file properties.
  8933. Fcount-windows
  8934. Returns the number of visible windows.
  8935. Optional arg NO-MINI non-nil means don't count the minibuffer
  8936. even if it is active.